Uiinfrastructure API Docs  
 

HTMLElement.GetDisplayString Method (Boolean)

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 string GetDisplayString(
   bool bFormat
);

Parameters

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

See Also

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