I am creating a VB.NET application that includes two radio buttons inside a group field. If the first switch is selected, you must enable a specific tab in the form of a tab. If the second switch is selected, this tab should be disabled.
Is there a group group method that controls both switches and fires when a selection changes? Or do I need to configure separate methods for each switch?
source share