Specifies the behavior when the "enter" key is pressed in the editor
The default is BreakElement.Div.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public BreakElement BreakElement { get; set; } |
| Visual Basic |
|---|
Public Property BreakElement As BreakElement Get Set |
| Visual C++ |
|---|
public: property BreakElement BreakElement { BreakElement get (); void set (BreakElement value); } |