DesktopRadioButton

From Xojo Documentation

Class (inherits from DesktopUIControl)


New in 2021r3

The radio button control that is used in the DesktopRadioGroup control.

Properties
Caption Tag
Enabled Value
Constructors

Constructor(caption as String, enabled as Boolean = True)


Notes

This control is used in the DesktopRadioGroup control.

If the Caption property contains an ampersand character, it will display only if it is preceded by another ampersand character. This is done to make applications on all platforms behave consistently.

See Also

DesktopRadioGroup control