Search
ContentComponent.getContent Method
See Also
 

Gets the content of this component.

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

 Syntax

Java  Copy Code

public ComponentBase getContent ()

 Return Value

An instance of the ComponentBase class representing the sole child of the component.

 See Also