|
|
|
|
|
SftOptionsEntry.Expand Method |
Expands the entry (shows child entries).
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 SftOptionsEntry object.
Comments
The Expand method expands the entry (shows child entries).
The SftOptionsEntry.Collapse method can be used to collapse one entry.
The ExpandAll method can be used to expand all entries.
See Also SftOptionsEntry Object | Object Hierarchy