Initializes a new instance of the TabPage class.
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);