Plumtree UI Infrastructure API  
 

ATreeModel.ExpandNode Method 

Expand or collapse a node in the tree. This method is responsible for updating the last expanded node member (m_nLastExpandedNodeID).

public virtual void ExpandNode(
   bool bExpand,
   int nNodeID
);

Parameters

bExpand
nNodeID

Implements

ITreeModel.ExpandNode

See Also

ATreeModel Class | com.plumtree.uiinfrastructure.tree Namespace