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 appearance of all column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Appearance instead
Get
VB.NET | Style = object.ColHeaderAppearance As SftTreeHeaderAppearanceConstants |
VB | Style = object.ColHeaderAppearance As SftTreeHeaderAppearanceConstants |
C#.NET | SftTreeHeaderAppearanceConstants Style = object.ColHeaderAppearance; |
VC++ | enum SftTreeHeaderAppearanceConstants Style = object->ColHeaderAppearance; enum SftTreeHeaderAppearanceConstants Style = object->GetColHeaderAppearance(); |
C | HRESULT object->get_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants* Style); |
Put
VB.NET | object.ColHeaderAppearance = Style As SftTreeHeaderAppearanceConstants |
VB | object.ColHeaderAppearance = Style As SftTreeHeaderAppearanceConstants |
C#.NET | SftTreeHeaderAppearanceConstants object.ColHeaderAppearance = Style; |
VC++ | enum SftTreeHeaderAppearanceConstants object->ColHeaderAppearance = Style; void object->PutColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style); |
C | HRESULT object->put_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style); |
object
Style
Defines the appearance of all column headers.
Style | Value | Description |
---|---|---|
headerSftTreeNone | 0 | No column header. The column headers and row/column header are not displayed. The RowColumnHeader.Appearance property is also set to headerSftTreeNone. |
headerSftTreeButton | 1 | Displays column headers as buttons. The column headers are displayed as buttons, which can be clicked by the user. The status of the each column header button can be controlled using the Header.Enabled and Header.RemainUp properties. The currently pressed button can be defined using the Headers.Pressed property. |
headerSftTreeText | 2 | Displays column headers as titles. |
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Appearance instead
The ColHeaderAppearance property defines the appearance of all column headers.
See Also SftTree Object | Object Hierarchy