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);

Property Value

true if the style sheet is disabled for user input, false, otherwise.

See Also

HTMLStyleElement Object | HTMLStyleElement Members | DOM Namespace