|
|
|
SftBoxRowColumnHeader.Style Property |
Defines the appearance of the row/column header.
Syntax
VB.NET |
Style = object.Style As SftBoxRowColumnHeaderStyleConstants |
||
VB |
Style = object.Style As SftBoxRowColumnHeaderStyleConstants |
||
C#.NET |
SftBoxRowColumnHeaderStyleConstants Style = object.Style; |
||
VC++ |
enum SftBoxRowColumnHeaderStyleConstants Style = object->Style;
|
||
C |
HRESULT object->get_Style(enum SftBoxRowColumnHeaderStyleConstants* Style); |
||
Delphi |
Style := object.Style : TOleEnum; |
||
VB.NET |
object.Style = Style As SftBoxRowColumnHeaderStyleConstants |
||
VB |
object.Style = Style As SftBoxRowColumnHeaderStyleConstants |
||
C#.NET |
SftBoxRowColumnHeaderStyleConstants object.Style = Style; |
||
VC++ |
enum SftBoxRowColumnHeaderStyleConstants object->Style = Style;
|
||
C |
HRESULT object->put_Style(enum SftBoxRowColumnHeaderStyleConstants Style); |
||
Delphi |
object.Style := Style : TOleEnum; |
object
A SftBoxRowColumnHeader object.
Style
Defines the appearance of the row/column header.
Style |
Value |
Description |
0 |
The row/column header is displayed as a button. |
|
1 |
The row/column header is displayed as a title. |
Comments
The Style property defines the appearance of the row/column header.
The row/column header is available only if both row headers and column headers are also available. They can be defined using the RowHeaders.Width, RowHeaders.Style and Headers.Style properties.
If the Style property is set to rowColumnHeaderSftBoxButton, the row/column header can be pressed by the user and generates ItemClick and ItemDblClk events.