msPutPropertyEnabled
Summary
Non standard. Sets a property as enabled or disabled.
Method of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration
Syntax
declaration.msPutPropertyEnabled(/* see parameter list */);
Parameters
name
- Data-type
- String
The name of the property.
enable
- Data-type
- Boolean
Whether to enable or disable the property.
Return Value
No return value
See also
Related pages
- stylestyle
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]