HTMLStyleElement.Disabled Property |
Gets or sets a value indicating whether the style sheet is enabled.
[VBScript] Public Property Disabled As Boolean
[JScript] public function get Disabled() : Boolean; public function set Disabled(Boolean);
true if the style sheet is disabled for user input, false, otherwise.
HTMLStyleElement Object | HTMLStyleElement Members | DOM Namespace