Component.getChildOf

Overview | Methods | This Package | All Packages

Component.getChildOf

Determines whether this component is a child of the specified component.

Syntax

public boolean getChildOf( IComponent component )

Parameters

component

The parent component.

Return Value

Returns true if this component is a child of component; otherwise, returns false.

See Also   IComponent.getChildOf