Uiinfrastructure API Docs  
 

HTMLElement.GetDisplayString Method (Boolean, XPStringBuilder)

This method is the internal String generator for all HTMLElement classes. This method may be overridden by subclasses, but this shouldn't be necessary.

protected virtual void GetDisplayString(
   bool bFormat,
   XPStringBuilder sbLocal
);

Parameters

bFormat
This parameter toggles whether or not all formating text is included in the display string.
sbLocal

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace | HTMLElement.GetDisplayString Overload List