UltimateEditor Class Library

Toolbar.NewLine Property

Gets or sets a value that indicates whether the toolbar is located at the beginning of a new line.

[Visual Basic]
Public Property NewLine As Boolean
[C#]
public bool NewLine {get; set;}

Property Value

true if the toolbar is located at the beginning of a new line; otherwise, false. The default value is false.

Remarks

Use this property to locate the toolbar at the beginning of a new line.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace