Enabled Property

Specifies whether the choice is available.

Syntax

object.Enabled [= fAvail]

Parameters

fAvail

True if the choice is available. False if this choice is hidden.

Remarks

Use this property to efficiently control a choice's availability instead of creating and destroying Choice objects as they become valid or invalid. When this property is False, the Choice object is not available to the Choices mechanism and does not appear in any Choices collections generated by the Choices engine during rebind.

Applies to   Choice object