ToolEnabled Property
Gets or sets a value indicating whether the
Tool is enabled.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
Property Value
Boolean
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.