|
|
|
SftBoxHeaders.Style Property |
Defines the appearance of column headers.
Syntax
VB.NET |
Style = object.Style As SftBoxHeadersStyleConstants |
||
VB |
Style = object.Style As SftBoxHeadersStyleConstants |
||
C#.NET |
SftBoxHeadersStyleConstants Style = object.Style; |
||
VC++ |
enum SftBoxHeadersStyleConstants Style = object->Style;
|
||
C |
HRESULT object->get_Style(enum SftBoxHeadersStyleConstants* Style); |
||
Delphi |
Style := object.Style : TOleEnum; |
||
VB.NET |
object.Style = Style As SftBoxHeadersStyleConstants |
||
VB |
object.Style = Style As SftBoxHeadersStyleConstants |
||
C#.NET |
SftBoxHeadersStyleConstants object.Style = Style; |
||
VC++ |
enum SftBoxHeadersStyleConstants object->Style = Style;
|
||
C |
HRESULT object->put_Style(enum SftBoxHeadersStyleConstants Style); |
||
Delphi |
object.Style := Style : TOleEnum; |
object
A SftBoxHeaders object.
Style
Defines the appearance of column headers.
Style |
Value |
Description |
1 |
Column headers are displayed as buttons. |
|
2 |
Column headers are displayed as titles. |
Comments
The Style property defines the appearance of column headers.
Column headers can be displayed using the Headers.Main and Headers.DropDown properties.