Difference between revisions of "Gambas/controls/RadioButton"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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.

Links

Official