Gets or sets a value that indicates whether the toolbar 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 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