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 drop down button.
Get
VB.NET | Style = object.ButtonStyle As SftBoxDropDownButtonStyleConstants |
VB | Style = object.ButtonStyle As SftBoxDropDownButtonStyleConstants |
C#.NET | SftBoxDropDownButtonStyleConstants Style = object.ButtonStyle; |
VC++ | enum SftBoxDropDownButtonStyleConstants Style = object->ButtonStyle; enum SftBoxDropDownButtonStyleConstants Style = object->GetButtonStyle(); |
C | HRESULT object->get_ButtonStyle(enum SftBoxDropDownButtonStyleConstants* Style); |
Put
VB.NET | object.ButtonStyle = Style As SftBoxDropDownButtonStyleConstants |
VB | object.ButtonStyle = Style As SftBoxDropDownButtonStyleConstants |
C#.NET | SftBoxDropDownButtonStyleConstants object.ButtonStyle = Style; |
VC++ | enum SftBoxDropDownButtonStyleConstants object->ButtonStyle = Style; void object->PutButtonStyle(enum SftBoxDropDownButtonStyleConstants Style); |
C | HRESULT object->put_ButtonStyle(enum SftBoxDropDownButtonStyleConstants Style); |
object
Style
Defines the appearance of the drop down button.
Style | Value | Description |
---|---|---|
constSftBoxDDStyleDefault | 0 | The button style appropriate for the Windows version is used. If Windows themes are available, the drop down button will be rendered using the defined theme's style. constSftBoxDDStyleDefault is the preferred and default setting. If a drop down button image has been defined (DropDown.Image property), the button is rendered using the style constSftBoxDDStyleClassic instead. |
constSftBoxDDStyleWinClassic | 1 | The drop down button is painted by Windows, using a style as introduced originally by Windows 95/Windows 2000. If Windows themes are available, these are not honored. If a drop down button image has been defined (DropDown.Image property), the button is rendered using the style constSftBoxDDStyleClassic instead. |
constSftBoxDDStyleClassic | 2 | This style is rendered by SftBox/OCX and never honors Windows themes. The SftBoxDropDown.HoverButton property has no effect if the button is rendered using this style. |
constSftBoxDDStyleHover | 3 | The drop down button is located next to the combo box control and is only visible when the control has the input focus or when the mouse cursor is located above the control. It is not visible at design-time. When using this style, the DropDown.Image property must define an image for the drop down button, otherwise an empty button is displayed. If Windows themes are available, the drop down button will be rendered using the defined theme's style. |
constSftBoxDDStyleHoverNoThemes | 4 | The drop down button is located next to the combo box control and is only visible when the control has the input focus or when the mouse cursor is located above the control. It is not visible at design-time. When using this style, the DropDown.Image property must define an image for the drop down button, otherwise an empty button is displayed. Windows themes are never used, even if available. |
The ButtonStyle property defines the appearance of the drop down button.
See Also SftBoxDropDown Object | Object Hierarchy