TabPageCollection.Insert Method
Inserts a tab page at the specified location.
[Visual Basic]Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
value As
TabPage _
)
Parameters
- index
- Where to insert tab page.
- value
- Tab page to insert.
See Also
TabPageCollection Class | NETXP.Controls.Docking Namespace