Plumtree UI Infrastructure API  
 

HTMLElement.GetStyleClass Method 

Call this method to determine the style class assigned to this HTML element. This style class will be rendered as an attribute of this element, like: <a class="styleclass"...

public virtual string GetStyleClass();

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace