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 whether expand buttons are shown.
Get
VB.NET | Style = object.ExpandButtons As SftDirectoryExpandButtonConstants |
VB | Style = object.ExpandButtons As SftDirectoryExpandButtonConstants |
C#.NET | SftDirectoryExpandButtonConstants Style = object.ExpandButtons; |
VC++ | enum SftDirectoryExpandButtonConstants Style = object->ExpandButtons; enum SftDirectoryExpandButtonConstants Style = object->GetExpandButtons(); |
C | HRESULT object->get_ExpandButtons(enum SftDirectoryExpandButtonConstants* Style); |
Put
VB.NET | object.ExpandButtons = Style As SftDirectoryExpandButtonConstants |
VB | object.ExpandButtons = Style As SftDirectoryExpandButtonConstants |
C#.NET | SftDirectoryExpandButtonConstants object.ExpandButtons = Style; |
VC++ | enum SftDirectoryExpandButtonConstants object->ExpandButtons = Style; void object->PutExpandButtons(enum SftDirectoryExpandButtonConstants Style); |
C | HRESULT object->put_ExpandButtons(enum SftDirectoryExpandButtonConstants Style); |
object
Style
Defines whether expand buttons are shown.
Style | Value | Description |
---|---|---|
expandSftDirectoryNone | 0 | No expand buttons are shown. |
expandSftDirectoryAll | 1 | Expand buttons are shown for all folders that can be expanded. |
expandSftDirectoryNonRoot | 2 | Expand buttons are shown for all folders, that can be expanded, except the root folder. |
The ExpandButtons property defines whether expand buttons are shown.
The end-user can click on the expand button to expand a folder to view its subfolders.
A folder may show an expand button, even though the folder has no subfolders. This can occur if the process of determining whether a folder has subfolders is too time consuming. In this case an expand button is shown. It is removed once the user attempts to expand the folder and it is determined that the folder has no displayable contents.
See Also SftDirectory Object | Object Hierarchy