UltimateEditor Class Library

Toolbar.Enabled Property

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

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

Property Value

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

Remarks

Use this property to enable the toolbar. If it is disabled all the toolbar items on it will be disabled.

See Also

Toolbar Class | Karamasoft.WebControls.UltimateEditor Namespace