Search
ControlNode Constructor (ControlNode)
See Also
 





Initializes a new instance of the ControlNode class using the specified control node as a prototype.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public ControlNode (
    ControlNode prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As ControlNode _
)

 Parameters

prototype
The node to use as a prototype. The properties of the new node are initialized from the property values of this node.

 See Also