DesktopRadioButton.Enabled
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As Boolean )
aDesktopRadioButton.Enabled = newBooleanValue
or
BooleanValue = aDesktopRadioButton.Enabled
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopRadioButton.Enabled
New in 2021r3
Supported for all project types and targets.
Determines if the radio button is clickable or not.
Notes
A disabled radio button cannot be clicked and cannot receive the focus.
Example
This example disables the radio button. Its caption is grayed out.