WinStudio
IWSFormComponent interface, tree objects
Returns an XML document string representing the tree node which has just finished collapsing.
object.TreeCollapsedNodeToXml( )
Part |
Description |
| object | Required. A reference to a valid tree component object. |
Dim treeNodeXml As String = String.Empty
If (ThisForm.Components("tree1").TreeHasCompletedCollapsing()) Then
treeNodeXml = ThisForm.Components("tree1").TreeCollapsedNodeToXml()
End If