Plumtree UI Infrastructure API  
 

HTMLElement.SetStyle Method 

Call this method to set the style attribute for this html element. Calling this method with the parameter "text-decoration:none" for example, will cause this element to display something like: <a style="text-decoration:none"...

public virtual void SetStyle(
   string s
);

Parameters

s

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace