An NDoc Documented Class Library

TabPage Constructor

Initializes a new instance of the TabPage class.

Overload List

Initializes a new instance of the TabPage class.

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

 

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

See Also

TabPage Class | White.Core.UIItems.TabItems Namespace