WinStudio
IWSFormComponent interface, tree objects
Returns a Boolean value indicating whether a specific node has already been expanded.
object.TreeCollapseRootNode( string )
Part |
Description |
| object | Required. A reference to a valid tree component object. |
| string | Required. The tree node ID (GUID) or node index series. |
A return value of:
For more information, see Notes on the Tree Node ID (GUID) and Index Series.
Dim nodeHasExpanded As Boolean = False
nodeHasExpanded = ThisForm.Components("tree1").TreeHasExpandedAt("My Tree Node ID")
nodeHasExpanded = ThisForm.Components("tree1").TreeHasExpandedAt("2,0")