An NDoc Documented Class Library

RadioButton Constructor

Initializes a new instance of the RadioButton class.

Overload List

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);

See Also

RadioButton Class | White.Core.UIItems Namespace