StyleSheet.disabled

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 
}

Specification

disabled

Document Tags and Contributors

 Contributors to this page: fscholz, teoli, kscarfone, Sheppy, ethertank, Ptak82, Dria, JesseW
 Last updated by: fscholz,