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 which portions of a combo box have column headers.
Get
VB.NET | Style = object.ComboBoxStyle As SftDirectoryComboBoxStyleConstants |
VB | Style = object.ComboBoxStyle As SftDirectoryComboBoxStyleConstants |
C#.NET | SftDirectoryComboBoxStyleConstants Style = object.ComboBoxStyle; |
VC++ | enum SftDirectoryComboBoxStyleConstants Style = object->ComboBoxStyle; enum SftDirectoryComboBoxStyleConstants Style = object->GetComboBoxStyle(); |
C | HRESULT object->get_ComboBoxStyle(enum SftDirectoryComboBoxStyleConstants* Style); |
Put
VB.NET | object.ComboBoxStyle = Style As SftDirectoryComboBoxStyleConstants |
VB | object.ComboBoxStyle = Style As SftDirectoryComboBoxStyleConstants |
C#.NET | SftDirectoryComboBoxStyleConstants object.ComboBoxStyle = Style; |
VC++ | enum SftDirectoryComboBoxStyleConstants object->ComboBoxStyle = Style; void object->PutComboBoxStyle(enum SftDirectoryComboBoxStyleConstants Style); |
C | HRESULT object->put_ComboBoxStyle(enum SftDirectoryComboBoxStyleConstants Style); |
object
A SftDirectoryHeaders object.
Style
Defines which portions of a combo box have column headers.
Style | Value | Description |
---|---|---|
comboBoxSftDirectoryMain | 0 | Main - The main control has column headers. |
comboBoxSftDirectoryDropDown | 1 | DropDown - Only the dropdown list has column headers. |
comboBoxSftDirectoryBoth | 2 | Both - The main control and the dropdown list both have column headers. |
The ComboBoxStyle property defines which portions of a combo box have column headers.
Only combo box style controls (see ControlStyle property) are affected by this property.
The Style property defines the appearance of the column headers. If the Style property is set to headersSftDirectoryNone, so column headers are not displayed, the ComboBoxStyle property has no effect.
See Also SftDirectoryHeaders Object | Object Hierarchy