Uiinfrastructure API Docs  
 

PTConstructType.GetHTMLElement Method 

Call this method to obtain a prototype HTMLElement for this particular construct type. This prototype should neither be used, nor modified, though it may be examined or cloned.

If you wish to obtain an HTMLElement representation of this construct type that is all your own, with which you're free to do as you please, use the PTConstructFactory.GetConstruct() method.

public virtual HTMLElement GetHTMLElement();

Return Value

See Also

PTConstructType Class | com.plumtree.xpshared.htmlconstructs Namespace