|
|
|
Enabled Property, CellBaseClass Class |
Returns whether this cell is enabled.
Syntax CellBaseClass Class (Softelvdm.Controls)
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 cell is enabled.
Cells that are disabled respond to mouse clicks just like enabled cells. Only their visual appearance, defined by their foreground color, reflects their disabled status.
SftTree/NET 2.0: Disabled cells use the foreground color defined using the GrayText property for cells in the item area, RowHeaders.GrayText for row headers, Headers.GrayText for column headers and Footers.GrayText for column footers.
SftTree/NET 2.0: Items can be disabled using the ItemClass.Enabled property, which overrides the cell's Enabled property. This causes cells to be rendered as if they were also disabled.
Version Information
Supported in version 1.0.
Products Table