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 control's basic style.
Get
VB.NET | Style = object.Style As SftBoxStyleConstants |
VB | Style = object.Style As SftBoxStyleConstants |
C#.NET | SftBoxStyleConstants Style = object.Style; |
VC++ | enum SftBoxStyleConstants Style = object->Style; enum SftBoxStyleConstants Style = object->GetStyle(); |
C | HRESULT object->get_Style(enum SftBoxStyleConstants* Style); |
Put
VB.NET | object.Style = Style As SftBoxStyleConstants |
VB | object.Style = Style As SftBoxStyleConstants |
C#.NET | SftBoxStyleConstants object.Style = Style; |
VC++ | enum SftBoxStyleConstants object->Style = Style; void object->PutStyle(enum SftBoxStyleConstants Style); |
C | HRESULT object->put_Style(enum SftBoxStyleConstants Style); |
object
Style
Defines the control's basic style.
Style | Value | Description |
---|---|---|
styleSftBoxSimple | 0 | Defines a simple combo box control, offering an edit control portion and a drop down portion which is always visible. |
styleSftBoxDropDown | 1 | Defines a drop down combo box control, offering an edit control portion and a drop down portion which is shown or hidden based on the user's preference. |
styleSftBoxDropDownList | 2 | Defines a drop down list combo box control, offering a static portion and a drop down portion which is shown or hidden based on the user's preference. |
The Style property defines the control's basic style.
This property is read/only at run-time.
See Also SftBox Object | Object Hierarchy