UltimateEditor Class Library

Toolbar.Visible Property

Gets or sets a value that indicates whether the toolbar is visible.

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

Property Value

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

Remarks

Use this property to display the toolbar.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace