Plumtree UI Infrastructure API  
 

HTMLTable.SetOnSelectStart Method 

Call this method to set the onselectstart attribute value. This is IE specific, and has been added so that developers can turn off text selection in tables as this can cause problems with fancier javascript code.

public virtual void SetOnSelectStart(
   string s
);

Parameters

s
String value.

See Also

HTMLTable Class | com.plumtree.xpshared.htmlelements Namespace