dbicTabs Send comments on this topic.
Insert Method
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabsCollection Class : Insert Method

nIndex
A zero-based value indicating the position to place the new tab.
objPage
The page to add.
Inserts a tab page into the collection at a specific position.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal nIndex As Integer, _
   ByVal objPage As TabPage _
) 
C# 
public void Insert( 
   int nIndex,
   TabPage objPage
)

Parameters

nIndex
A zero-based value indicating the position to place the new tab.
objPage
The page to add.

Return Value

This method does not return a value.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also