ButtonEx ActiveX Control Reference
Returns/sets a value that determines whether an object can respond to user-generated events.
Property type
A Boolean value.
Syntax
object.Enabled [= boolean]
The Enabled property syntax has these parts:
| Part | Description |
| object | An expression evaluating to an object of type ButtonEx. |
| boolean | A Boolean value. |
Settings
The settings for boolean are:
| Setting | Description |
| True | (Default) Allows the control to respond to events. |
| False | Prevents the control from responding to events. |
Problems, Suggestions, Praise concerning the documentation? Please send feedback.