Search
TreeViewItem.CreateState Method
See Also
 






Creates an item state corresponding to the type of this tree view item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected TreeViewItemState CreateState ()

Visual Basic  Copy Code

Protected Function CreateState () As TreeViewItemState

 Return Value

An instance of TreeViewItemState or a derived class.

 See Also