An NDoc Documented Class Library

Tab Constructor

Initializes a new instance of the Tab class.

Overload List

Initializes a new instance of the Tab class.

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

 

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

See Also

Tab Class | White.Core.UIItems.TabItems Namespace