|
|
|
|
Enabled Property, ItemClass Class |
Returns whether this item is enabled.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Enabled As Boolean |
C# |
public bool Enabled { get; set; } |
C++ |
public: property bool Enabled { |
Property Value
True if enabled, otherwise False.
The default value is True.
Comments
The Enabled property returns whether this item is enabled.
Items that are disabled respond to mouse clicks just like enabled items. Only their visual appearance, defined by their foreground color, reflects their disabled status.
A disabled item disables all cells and the CellBaseClass.Enabled property is ignored. Cells in an enabled item can override the status by disabling individual cells using the CellBaseClass.Enabled property.