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.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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.