Plumtree UI Infrastructure API  
 

DisplayOptions.SetIsNetscape Method 

This method sets whether or not the browser is Netscape. Certain HTMLElements will display differently on Netscape versus other browsers.

public virtual void SetIsNetscape(
   bool b
);

Parameters

b
boolean true implies the browser is Netscape

See Also

DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace