Uiinfrastructure API Docs  
 

HTMLElement.SetStyleClass Method (String)

Call this method to Set the style class for this HTML element. Calling this method with the parameter "gContentSection", for example, will cause this element to display something like: <td class="gContentSection"...

public virtual void SetStyleClass(
   string s
);

See Also

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