Style.ClassName Property |
Gets or sets the class name of this style.
[VBScript] Public Property ClassName As String
[JScript] public function get ClassName() : String; public function set ClassName(String);
A string representing the class attribute of an HTML element. An empty string will remove the class attribute from the HTML element.