PageAdapter::GetRadioButtonsByGroup Method (String^)

 

Retrieves a collection of radio button controls specified by groupName.

Namespace:   System.Web.UI.Adapters
Assembly:  System.Web (in System.Web.dll)

public:
virtual ICollection^ GetRadioButtonsByGroup(
	String^ groupName
)

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
Return to top
Show: