GetControlEnabled
Definition:
GetControlEnabled(control)
Description:
Determine whether a control is currently enabled or disabled.
Platforms:
All
Parameters:
control - required
Name of the control whose state you want to know about.
Returns:
0
Control is disabled.
1
Control is enabled.