Search
ControlNode Constructor (DiagramView)
See Also
 

Initializes a new instance of the ControlNode class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ControlNode (
    DiagramView diagramView
)

 Parameters

diagramView

The DiagramView that should become a parent of the hosted control.

 See Also