Initializes a new instance of the RadioButton class.
Initializes a new instance of the RadioButton class.
[Visual Basic] Protected Sub New()
[C#] protected RadioButton();
[C++] protected: RadioButton();
[JScript] protected function RadioButton();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public RadioButton(AutomationElement,ActionListener);
[C++] public: RadioButton(AutomationElement*,ActionListener*);
[JScript] public function RadioButton(AutomationElement,ActionListener);