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 column header's button appearance.
Get
VB.NET | Style = object.Button As SftDirectoryColumnButtonConstants |
VB | Style = object.Button As SftDirectoryColumnButtonConstants |
C#.NET | SftDirectoryColumnButtonConstants Style = object.Button; |
VC++ | enum SftDirectoryColumnButtonConstants Style = object->Button; enum SftDirectoryColumnButtonConstants Style = object->GetButton(); |
C | HRESULT object->get_Button(enum SftDirectoryColumnButtonConstants* Style); |
Put
VB.NET | object.Button = Style As SftDirectoryColumnButtonConstants |
VB | object.Button = Style As SftDirectoryColumnButtonConstants |
C#.NET | SftDirectoryColumnButtonConstants object.Button = Style; |
VC++ | enum SftDirectoryColumnButtonConstants object->Button = Style; void object->PutButton(enum SftDirectoryColumnButtonConstants Style); |
C | HRESULT object->put_Button(enum SftDirectoryColumnButtonConstants Style); |
object
A SftDirectoryColumn object.
Style
Defines the column header's button appearance.
Name | Value | Description |
---|---|---|
headerButtonSftDirectoryNone | 0 | None. No header dropdown/filter button is shown. |
headerButtonSftDirectoryDropDown | 1 | DropDown. The header displays a header dropdown button. |
headerButtonSftDirectoryFilter | 2 | Filter. The header displays a header filter button. |
The Button property defines the column header's button appearance.
See Also SftDirectoryColumn Object | Object Hierarchy