PageAdapter.GetRadioButtonsByGroup(String) Method

Definition

Retrieves a collection of radio button controls specified by groupName.

public:
 virtual System::Collections::ICollection ^ GetRadioButtonsByGroup(System::String ^ groupName);
public virtual System.Collections.ICollection GetRadioButtonsByGroup (string groupName);
abstract member GetRadioButtonsByGroup : string -> System.Collections.ICollection
override this.GetRadioButtonsByGroup : string -> System.Collections.ICollection
Public Overridable Function GetRadioButtonsByGroup (groupName As String) As ICollection

Parameters

groupName
String

A String that is the name of the RadioButton group to retrieve.

Returns

An ICollection of RadioButton controls that make up groupName.

Remarks

Radio button control adapters use the GetRadioButtonsByGroup and RegisterRadioButton methods to reference the other RadioButton controls in the group.

Applies to

See also