DesktopRadioButton.Enabled

From Xojo Documentation

Property (As Boolean )
aDesktopRadioButton.Enabled = newBooleanValue
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.

Me.Enabled = False