|
|
|
SftDirectory.ExpandButtons Property |
Defines whether expand buttons are shown.
Syntax
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;
|
||
C |
HRESULT object->get_ExpandButtons(enum SftDirectoryExpandButtonConstants* Style); |
||
Delphi |
Style := object.ExpandButtons : TOleEnum; |
||
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;
|
||
C |
HRESULT object->put_ExpandButtons(enum SftDirectoryExpandButtonConstants Style); |
||
Delphi |
object.ExpandButtons := Style : TOleEnum; |
object
A SftDirectory object.
Style
Defines whether expand buttons are shown.
Style |
Value |
Description |
0 |
No expand buttons are shown. |
|
1 |
Expand buttons are shown for all folders that can be expanded. |
|
2 |
Expand buttons are shown for all folders, that can be expanded, except the root folder. |
Comments
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.