Difference between revisions of "Gambas/controls/RadioButton"
Jump to navigation
Jump to search
(Created page with "==Notes== There doesn't seem to be any way to query a set of RadioButtons as to which of them is selected, or even to query a specific RadioButton as to whether it is activate...") |
(No difference)
|
Revision as of 20:22, 26 April 2015
Notes
There doesn't seem to be any way to query a set of RadioButtons as to which of them is selected, or even to query a specific RadioButton as to whether it is activated. You have to track this in code by responding to the Click event, which is also triggered when the control's value changes by means other than a mouse-click.