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

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public bool Enabled { get; set; }
Visual Basic
Public Property Enabled As Boolean
	Get
	Set
Visual C++
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}

Field 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