msGetPropertyEnabled method

Returns whether a given property in the style object is enabled.

Internet Explorer 9

 

Syntax

var retval = style.msGetPropertyEnabled(name);

Parameters

  • name [in]
    Type: String

    The name of the property to enable.

Return value

Type: Boolean

Return value Description
false

The property is not enabled.

true

The property is enabled.

 

Standards information

There are no standards that apply here.

See also

style