WinStudio
IWSFormComponent interface, tree objects
Returns a Boolean value indicating whether a tree has just finished collapsing a node.
object.TreeHasCompletedCollapsing( )
Part |
Description |
| object | Required. A reference to a valid tree component object. |
A return value of:
Dim treeNodeXml As String = String.Empty
If (ThisForm.Components("tree1").TreeHasCompletedCollapsing()) Then
treeNodeXml = ThisForm.Components("tree1").TreeCollapsedNodeToXml()
End If