UltimateEditor Class Library

ToolbarItem.Visible Property

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

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

Property Value

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

Remarks

Use this property to display the toolbar item.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace