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 expand/collapse button display method.
Get
VB.NET | Style = object.ButtonStyle As SftBoxButtonStyleConstants |
VB | Style = object.ButtonStyle As SftBoxButtonStyleConstants |
C#.NET | SftBoxButtonStyleConstants Style = object.ButtonStyle; |
VC++ | enum SftBoxButtonStyleConstants Style = object->ButtonStyle; enum SftBoxButtonStyleConstants Style = object->GetButtonStyle(); |
C | HRESULT object->get_ButtonStyle(enum SftBoxButtonStyleConstants* Style); |
Put
VB.NET | object.ButtonStyle = Style As SftBoxButtonStyleConstants |
VB | object.ButtonStyle = Style As SftBoxButtonStyleConstants |
C#.NET | SftBoxButtonStyleConstants object.ButtonStyle = Style; |
VC++ | enum SftBoxButtonStyleConstants object->ButtonStyle = Style; void object->PutButtonStyle(enum SftBoxButtonStyleConstants Style); |
C | HRESULT object->put_ButtonStyle(enum SftBoxButtonStyleConstants Style); |
object
Style
Defines the expand/collapse button display method.
Style | Value | Description |
---|---|---|
buttonsSftBoxNone | 0 | None. The combo box control does not display expand/collapse buttons. |
buttonsSftBox1 | 1 | The combo box control displays expand/collapse buttons for parent items on level 1 and above. |
buttonsSftBoxAll | 2 | The combo box control displays expand/collapse buttons for parent items on all levels. |
The ButtonStyle property defines the expand/collapse button display method.
If the connecting tree lines are not displayed (see Items.TreeLineStyle property), the expand/collapse buttons are not shown. Tree lines are required for expand/collapse buttons to be shown.
If no button graphic has been defined using the ButtonPicture property, the default expand/collapse buttons are shown.
See Also SftBox Object | Object Hierarchy