Summary
This property indicates whether the current stylesheet is applied or not.
Syntax
bool = stylesheet.disabled
Example
// if the stylesheet is disabled... if (stylesheet.disabled) { // apply style in-line }
This property indicates whether the current stylesheet is applied or not.
bool = stylesheet.disabled
// if the stylesheet is disabled... if (stylesheet.disabled) { // apply style in-line }