msGetPropertyEnabled
Summary
Non standard. Indicates whether a property is enabled.
Method of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration
Syntax
var enabled = declration.msGetPropertyEnabled(/* see parameter list */);
Parameters
name
- Data-type
- String
The name of the property.
Return Value
Returns an object of type BooleanBoolean
Whether the property is enabled.
See also
Related pages
- stylestyle
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]