Search
Factory.CreateTreeViewNode Method
See Also
 





Creates a new TreeViewNode instance.

 Overload List

Name Description

Factory.CreateTreeViewNode (Double, Double, Double, Double)

Creates a new TreeViewNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTreeViewNode (Point, Size)

Creates a new TreeViewNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateTreeViewNode (Rect)

Creates a new TreeViewNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.

 See Also