Class
WebCSSClasses
Description
Used to add and remove Bootstrap CSS classes to and from a WebUIControl at runtime.
Method descriptions
WebCSSClasses.Add
Add(name As String)
Adds the CSS class to the WebCSSClasses object.
WebCSSClasses.Has
Has(name As String) As Boolean
Returns True if CSS class name passed has already been added to the WebCSSClasses object.
WebCSSClasses.Remove
Remove(name As String)
Removes the CSS class to the WebCSSClasses object.
Compatibility
Project Types |
Web |
Operating Systems |
All |
See also
Object parent class; WebUIControl method, Bootstrap CSS classes