|
|
|
SftTree.ColHeaderAppearance Property |
Defines the appearance of all column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.Appearance instead
Syntax
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;
|
||
C |
HRESULT object->get_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants* Style); |
||
Delphi |
Style := object.ColHeaderAppearance : TOleEnum; |
||
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;
|
||
C |
HRESULT object->put_ColHeaderAppearance(enum SftTreeHeaderAppearanceConstants Style); |
||
Delphi |
object.ColHeaderAppearance := Style : TOleEnum; |
object
A SftTree object.
Style
Defines the appearance of all column headers.
Style |
Value |
Description |
0 |
No column header. The column headers and row/column header are not displayed. The RowColumnHeader.Appearance property is also set to headerSftTreeNone. |
|
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. |
|
2 |
Displays column headers as titles. |
Comments
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