UltimateEditor Class Library

UltimateEditor.ToolbarsVisible Property

Gets or sets a value that indicates whether the toolbars are visible.

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

Property Value

true if the toolbars are visible; otherwise, false. The default value is true.

Remarks

Use this property to make the toolbars visible.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace