PageAdapter::GetRadioButtonsByGroup Method (String^)
.NET Framework (current version)
Retrieves a collection of radio button controls specified by groupName.
Assembly: System.Web (in System.Web.dll)
Parameters
- groupName
-
Type:
System::String^
A String that is the name of the RadioButton group to retrieve.
Return Value
Type: System.Collections::ICollection^An ICollection of RadioButton controls that make up groupName.
Radio button control adapters use the GetRadioButtonsByGroup and RegisterRadioButton methods to reference the other RadioButton controls in the group.
.NET Framework
Available since 2.0
Available since 2.0
Show: