enabled property

Gets or sets whether a property has been enabled or disabled by the tools.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

This property is read/write.

 

Syntax

JavaScript
object.enabled = bIsEnabledbIsEnabled = object.enabled

 

Property values

Type: boolean

True if property is enabled, false otherwise.

Remarks

If a property is disabled, the next most applicable instance of the property within the block will become active.

See also

DiagnosticsStyleProperty