Gets or sets a value indicating whether the Tool is enabled.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9

Syntax

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

Remarks

If the Tool is NOT enabled, it cannot be selected. If the user clicks a Tool which is NOT enabled, nothing will happen If you assign SelectedToolIndex property to an index of a non-EnabledTool, it will keep its original value.

See Also