|
|
|
SftDirectoryFolder.Expand Method |
Expands the folder (shows child folders).
Syntax
VB.NET |
object.Expand() |
||
VB |
object.Expand |
||
C#.NET |
void object.Expand(); |
||
VC++ |
HRESULT object->Expand(); |
||
C |
HRESULT object->raw_Expand(); |
||
Delphi |
procedure object.Expand(); |
object
A SftDirectoryFolder object.
Comments
The Expand method expands the folder (shows child folders).
The Expand method has no effect in a DetailList-style control (see ControlStyle property).
The FolderExpanded event occurs when a folder is expanded.