An NDoc Documented Class Library

RadioButton Constructor (AutomationElement, ActionListener)

[Visual Basic]
Public Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public RadioButton(
   AutomationElement automationElement,
   ActionListener actionListener
);
[C++]
public: RadioButton(
   AutomationElement* automationElement,
   ActionListener* actionListener
);
[JScript]
public function RadioButton(
   AutomationElement automationElement,
   ActionListener actionListener
);

See Also

RadioButton Class | White.Core.UIItems Namespace | RadioButton Constructor Overload List