Gambas/controls/RadioButton

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas‎ | controls
Revision as of 20:22, 26 April 2015 by Woozle (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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