ASP.NET Pack Programmer's Guide
ControlNode.getControl Method
See Also
 






Gets the java.awt.Component hosted inside this node.

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

 Syntax

Java  Copy Code

public Component getControl ()

 Return Value

An instance of any java.awt.Component derived class.

 Remarks

A ControlNode drawn by the user has its Control initialized to an instance of the DefaultControlType type. At any time you can assign another control to this property.

 See Also

ControlNode Members
ControlNode Class
com.mindfusion.diagramming Namespace
setControl Method