Gets the java.awt.Component hosted inside this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Component getControl () |
An instance of any java.awt.Component derived class.
RemarksA 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