S
SamSpade
FOR WINDOWS FORMS
I've been setting all Radio buttons in a group to Checked=False except the
clicked one which I set to True.
I just noticed the GroupName property and if I understand the doc it will do
that for me automatically. Is that correct?
I would not post for the above (I could just try). The reason for this post
is:
If a group of buttons have the same GroupName and I want, say, the Text
property of the checked one - how do I get it?
Also, I don't set the GroupName in the property listing of a Radio Button.
Is it only for Web controls?
If so, are there any short-cuts for Windows?
Thanks
I've been setting all Radio buttons in a group to Checked=False except the
clicked one which I set to True.
I just noticed the GroupName property and if I understand the doc it will do
that for me automatically. Is that correct?
I would not post for the above (I could just try). The reason for this post
is:
If a group of buttons have the same GroupName and I want, say, the Text
property of the checked one - how do I get it?
Also, I don't set the GroupName in the property listing of a Radio Button.
Is it only for Web controls?
If so, are there any short-cuts for Windows?
Thanks