Click or drag to resize

EAPCtrlUtilsMergeCssClass Method

Overload List
  NameDescription
Public methodStatic memberMergeCssClass(String, String)
Merges two CSS class lists into a single list avoiding adding duplicates to any existing list. The individual classes in each list should be separated by one or more spaces.
Public methodStatic memberMergeCssClass(Control, String)
Add the specified CSS class name(s) to the control's CssClass list. Note that the control can be a WebControl or an HtmlControl.
Public methodStatic memberMergeCssClass(HtmlControl, String)
Add the specified CSS class name(s) to the control's CssClass list.
Public methodStatic memberMergeCssClass(WebControl, String)
Add the specified CSS class name(s) to the control's CssClass list.
Top
See Also