PageAdapter.GetRadioButtonsByGroup(String) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ICollectionPublic Overridable Function GetRadioButtonsByGroup (groupName As String) As ICollectionParameters
- 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.