WebControl.Enabled
From Xojo Documentation
Property (As Boolean )
aWebControl.Enabled = newBooleanValue
or
BooleanValue = aWebControl.Enabled
New in 2010r4
Supported for all project types and targets.
or
BooleanValue = aWebControl.Enabled
New in 2010r4
Supported for all project types and targets.
When True the WebControl is drawn enabled and responds to user action. When False, the control appears as disabled and does not respond to user actions.
Notes
In the case of WebTimer, when set to False this disables and stops the WebTimer. When set to True, it starts the WebTimer.
Example
Disable a button when a check box value changes: