An NDoc Documented Class Library

TextBox Constructor

Initializes a new instance of the TextBox class.

Overload List

Initializes a new instance of the TextBox class.

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

 

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

See Also

TextBox Class | White.Core.UIItems Namespace