WinStudio
IWSFormComponent interface, tree objects
Returns a Boolean value indicating whether the top/root node is currently expanded.
object.TreeRootNodeIsCurrentlyExpanded( )
Part |
Description |
object | Required. A reference to a valid tree component object. |
A return value of:
Dim rootIsCurrentlyExpanded As Boolean = False rootIsCurrentlyExpanded = ThisForm.Components("tree1").TreeRootNodeIsCurrentlyExpanded()