This documentation is archived and is not being maintained.

PageAdapter::GetRadioButtonsByGroup Method

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

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: