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.
A component is considered a child of a specified parent component if the parent component's implementation of the dispose method also disposes the child component. Examples of child components are child windows and submenus.