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 the row/column header.
Get
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; enum SftBoxRowColumnHeaderStyleConstants Style = object->GetStyle(); |
C | HRESULT object->get_Style(enum SftBoxRowColumnHeaderStyleConstants* Style); |
Put
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; void object->PutStyle(enum SftBoxRowColumnHeaderStyleConstants Style); |
C | HRESULT object->put_Style(enum SftBoxRowColumnHeaderStyleConstants Style); |
object
A SftBoxRowColumnHeader object.
Style
Defines the appearance of the row/column header.
Style | Value | Description |
---|---|---|
rowColumnHeaderSftBoxButton | 0 | The row/column header is displayed as a button. |
rowColumnHeaderSftBoxTitle | 1 | The row/column header is displayed as a title. |
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.
See Also SftBoxRowColumnHeader Object | Object Hierarchy