Wimark.Controls Class Library  

TabPage Constructor

Initializes a new instance of the TabPage class with the specified tab text and image.

Overload List

Initializes a new instance of the TabPage class.

[Visual Basic] Public Sub New()
[C#] public TabPage();
[C++] public: TabPage();

Initializes a new instance of the TabPage class with the specified tab text.

[Visual Basic] Public Sub New(String)
[C#] public TabPage(string);
[C++] public: TabPage(String*);

Initializes a new instance of the TabPage class with the specified tab text and image.

[Visual Basic] Public Sub New(String, Integer)
[C#] public TabPage(string, int);
[C++] public: TabPage(String*, int);

See Also

TabPage Class | TabPage Members | Wimark.Controls Namespace