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 the column header's enabled/disabled status.
Get
VB.NET | Boolean = object.HeaderEnabled As Boolean |
VB | Boolean = object.HeaderEnabled As Boolean |
C#.NET | bool Boolean = object.HeaderEnabled; |
VC++ | VARIANT_BOOL Boolean = object->HeaderEnabled; VARIANT_BOOL Boolean = object->GetHeaderEnabled(); |
C | HRESULT object->get_HeaderEnabled(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.HeaderEnabled = Boolean As Boolean |
VB | object.HeaderEnabled = Boolean As Boolean |
C#.NET | bool object.HeaderEnabled = Boolean; |
VC++ | VARIANT_BOOL object->HeaderEnabled = Boolean; void object->PutHeaderEnabled(VARIANT_BOOL Boolean); |
C | HRESULT object->put_HeaderEnabled(VARIANT_BOOL Boolean); |
object
A SftDirectoryColumn object.
Boolean
Defines the column header's enabled/disabled status.
Boolean | Description |
---|---|
True | The header is enabled and can be clicked. |
False | The header is disabled. It is displayed in a grayed fashion or using the current theme's style. |
The HeaderEnabled property defines the column header's enabled/disabled status.
A column header can be locked in width without disabling it by using the Column.Locked property.
See Also SftDirectoryColumn Object | Object Hierarchy