What groupbox method (if any) monitors radio button selections?
Posted
by JohnK813
on Stack Overflow
See other posts from Stack Overflow
or by JohnK813
Published on 2010-04-22T18:50:36Z
Indexed on
2010/04/22
18:53 UTC
Read the original article
Hit count: 140
I'm creating a VB.NET application that includes two radio buttons inside of a groupbox. If the first radio button is selected, a certain tab on a tab form should be enabled. If the second radio button is selected, that tab should be disabled.
Is there a groupbox method that monitors both radio buttons and fires when the selection changes? Or do I need to set up individual methods for each radio button?
© Stack Overflow or respective owner