Uiinfrastructure API Docs  
 

HTMLElement.GetDisplayOptions Method 

Helper method to do lazy initialization of display options. Call this method to get the display options for display of this HTML tree. This method will only return a meaningful value during the execution of the display methods. This value will be cleared when display is finished.

protected virtual DisplayOptions GetDisplayOptions();

Return Value

DisplayOptions the display options for this HTML tree.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace