SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether row headers are enabled.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.Enabled instead
Get
VB.NET | Boolean = object.RowHeaderEnabled As Boolean |
VB | Boolean = object.RowHeaderEnabled As Boolean |
C#.NET | bool Boolean = object.RowHeaderEnabled; |
VC++ | VARIANT_BOOL Boolean = object->RowHeaderEnabled; VARIANT_BOOL Boolean = object->GetRowHeaderEnabled(); |
C | HRESULT object->get_RowHeaderEnabled(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.RowHeaderEnabled = Boolean As Boolean |
VB | object.RowHeaderEnabled = Boolean As Boolean |
C#.NET | bool object.RowHeaderEnabled = Boolean; |
VC++ | VARIANT_BOOL object->RowHeaderEnabled = Boolean; void object->PutRowHeaderEnabled(VARIANT_BOOL Boolean); |
C | HRESULT object->put_RowHeaderEnabled(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether row headers are enabled.
Boolean | Description |
---|---|
True | Row headers are enabled. |
False | Row headers are disabled. |
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.Enabled instead
The RowHeaderEnabled property defines whether row headers are enabled.
Row header buttons reflect the selection status (Item.Selected property) of each item.
The RowHeaderEnabled property applies to all row headers and cannot be changed for individual items.
Disabled row headers are drawn using the RowHeaders.GrayedColor property value as text color and row header graphics (see RowHeader.Image property) are drawn in a "grayed" fashion, if based on a bitmap. Other image types, like color samples, .NET image objects, etc., must be explicitly replaced with a grayed image if a different rendering of a disabled image is desired.
See Also SftTree Object | Object Hierarchy