An NDoc Documented Class Library

Button Constructor

Initializes a new instance of the Button class.

Overload List

Initializes a new instance of the Button class.

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

 

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

See Also

Button Class | White.Core.UIItems Namespace