Determines what happens when the "enter" key is pressed in the editor
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public enum BreakElement |
| Visual Basic |
|---|
Public Enumeration BreakElement |
| Visual C++ |
|---|
public enum class BreakElement |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Div | 0 | use <div > tags on enter keypress instead of <p></p>tags | |
| Br | 1 | use <br> tags on enter keypress instead of <p></p>tags | |
| P | 2 | Enter key inserts new paragraph, Ctrl+Enter inserts <br> |