|
|
|
SftDirectoryHeaders.Style Property |
Defines the appearance of the column headers.
Syntax
VB.NET |
Style = object.Style As SftDirectoryHeadersStyleConstants |
||
VB |
Style = object.Style As SftDirectoryHeadersStyleConstants |
||
C#.NET |
SftDirectoryHeadersStyleConstants Style = object.Style; |
||
VC++ |
enum SftDirectoryHeadersStyleConstants Style = object->Style;
|
||
C |
HRESULT object->get_Style(enum SftDirectoryHeadersStyleConstants* Style); |
||
Delphi |
Style := object.Style : TOleEnum; |
||
VB.NET |
object.Style = Style As SftDirectoryHeadersStyleConstants |
||
VB |
object.Style = Style As SftDirectoryHeadersStyleConstants |
||
C#.NET |
SftDirectoryHeadersStyleConstants object.Style = Style; |
||
VC++ |
enum SftDirectoryHeadersStyleConstants object->Style = Style;
|
||
C |
HRESULT object->put_Style(enum SftDirectoryHeadersStyleConstants Style); |
||
Delphi |
object.Style := Style : TOleEnum; |
object
A SftDirectoryHeaders object.
Style
Defines the appearance of the column headers.
Style |
Value |
Description |
0 |
None - Column headers are not displayed. |
|
1 |
Button - Column headers are displayed as buttons, which can be clicked. |
|
2 |
Title - Column headers are displayed as titles, which cannot be clicked. |
Comments
The Style property defines the appearance of the column headers.
The ComboBoxStyle property defines which portions of a combo box style control (see ControlStyle) have column headers.
The Headers.Style property defines the appearance of the column headers and must be set to headersSftDirectoryButton, otherwise the end-user cannot click on column headers for sorting purposes (see Sortable property).