Specifies the behavior when the "enter" key is pressed in the editor The default is BreakElement.Div.

Namespace: CuteEditor
Assembly: 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);
}

See Also