Enabled
- Last UpdatedNov 17, 2021
- 1 minute read
The Enabled property is a read-write property that determines whether the control can be acted upon by the runtime user.
Syntax
<objectname>.Enabled = discrete;
Result = <objectname>.Enabled;
The Enabled property is a read-write property that determines whether the control can be acted upon by the runtime user.
<objectname>.Enabled = discrete;
Result = <objectname>.Enabled;