Determines whether this component is a child of the specified component.
public boolean getChildOf( IComponent component )
component
The parent component.
Returns true if this component is a child of component; otherwise, returns false.
See Also IComponent.getChildOf