TabPage Constructor (String, Control, Image)
Constructs a new tab page with the specified title, containing the specified control, and having the specified icon.
[Visual Basic]Overloads Public Sub New( _
ByVal
title As
String, _
ByVal
control As
Control, _
ByVal
icon As
Image _
)
Parameters
- title
- The title of the page.
- control
- The control the page contains.
- icon
- The icon of the page.
See Also
TabPage Class | NETXP.Controls.Docking Namespace | TabPage Constructor Overload List