Enabled

Determines whether the property list control is enabled or disabled.

Syntax

object.Enabled [= value]

The Enabled property syntax has the following parts:

Part Description
object A valid PropList object
value A Boolean value.

Settings

The settings for value are:

Setting Description
True Property list control is enabled.
False

Property list control is disabled.

Data Type

Boolean

Remarks

Default value = True