Uiinfrastructure API Docs  
 

PTButtonType.GetHTMLElement Method 

Call this method to obtain the HTMLElement prototype of this button. You should never use this HTMLElement in an HTML page. This element should be cloned before use. In general, use PTContstructFactory to obtain usable constructs.

public override HTMLElement GetHTMLElement();

Return Value

HTMLElement prototype

See Also

PTButtonType Class | com.plumtree.xpshared.htmlconstructs Namespace