An NDoc Documented Class Library

CheckBox Constructor

Initializes a new instance of the CheckBox class.

Overload List

Initializes a new instance of the CheckBox class.

[Visual Basic] Protected Sub New()
[C#] protected CheckBox();
[C++] protected: CheckBox();
[JScript] protected function CheckBox();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public CheckBox(AutomationElement,ActionListener);
[C++] public: CheckBox(AutomationElement*,ActionListener*);
[JScript] public function CheckBox(AutomationElement,ActionListener);

See Also

CheckBox Class | White.Core.UIItems Namespace