dom / latest / msgetpropertyenabled.html /

msGetPropertyEnabled

Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The msGetPropertyEnabled returns whether a given property in the style object is enabled.

This proprietary method is specific to Internet Explorer browser.

Syntax

var retVal = style.msGetPropertyEnabled(name);

Parameters

name [in]

Type: String

The name of the property to enable.

Return value

Type: Boolean

If false, the property is not enabled. If true, the property is enabled.

See also

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/msGetPropertyEnabled