UltimateEditor Class Library

ToolbarItem.Enabled Property

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

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

Property Value

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

Remarks

Use this property to enable the toolbar item.

See Also

ToolbarItem Class | Karamasoft.WebControls.UltimateEditor Namespace