CODComponent::IsChild

BOOL CODComponent::IsChild(CODComponent* pComp)

Determines if the given component is a child of this component.

Defined in: OdComponent.cpp

Return Value

TRUE if the component is a child; otherwise FALSE.

Parameters

pComp

Component to test.

Comments

This function recursively searches for the given component.