Search
TreeViewItem.RestoreState Method
See Also
 






Restores the state of this tree view item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void RestoreState (
    TreeViewItemState itemState
)

Visual Basic  Copy Code

Protected Sub RestoreState( _
    itemState As TreeViewItemState _
)

 Parameters

itemState

A TreeViewItemState that represents previous state of the item.

 See Also