Uiinfrastructure API Docs  
 

PTConstruct.GetNestedElement Method 

Call this method to obtain an HTMLElement nested within this construct. Specify the ElementName identifying the HTMLElement you wish to obtain. ElementName objects can be obtained by calling the PTConstructType.GetElementName( ) method.

public virtual HTMLElement GetNestedElement(
   ElementName eName
);

Parameters

eName

Return Value

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace