'Declaration
Public Property GroupName As String
'Usage
Dim instance As RadioButton Dim value As String instance.GroupName = value value = instance.GroupName
public string GroupName {get; set;}
'Declaration
Public Property GroupName As String
'Usage
Dim instance As RadioButton Dim value As String instance.GroupName = value value = instance.GroupName
public string GroupName {get; set;}
All RadioButtons with the same GroupName will be considered as part of the same group & a unique method of selecting them will be available.
When no GroupName is defined, RadioButtons within the same parent will be considered as their own group & a unique method of selecting them will be available as well.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2