DroidDiagram Programmer's Guide
ComponentBase.contains Method
See Also
 






Checks if the specified component is contained in the hierarchy defined by the current component.

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

 Syntax

Java  Copy Code

public boolean contains (
    ComponentBase component
)

 Parameters

component

The component to search for.

 Return Value

true if the component is a direct or indirect child of the current component; otherwise, false.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace