ASP.NET Pack Programmer's Guide
Factory.CreateTreeViewNode Method
See Also
 





Creates a new TreeViewNode instance.

 Overload List

Name Description

Factory.CreateTreeViewNode (PointF, SizeF)

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 (RectangleF)

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

Factory.CreateTreeViewNode (Single, Single, Single, Single)

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

 See Also

Factory Members
Factory Class
MindFusion.Diagramming Namespace