非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。

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

This proprietary method is specific to Internet Explorer browser.

句法

var retVal = style.msGetPropertyEnabled(name);
					

参数

名称 [in]

类型: 字符串

The name of the property to enable.

返回值

类型: 布尔

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

另请参阅

元数据

  • 最后修改: