| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal objPage As TabPage _ ) | |
Parameters
- nIndex
- A zero-based value indicating the position to place the new tab.
- objPage
- The page to add.
| dbicTabs | Send comments on this topic. |
| Insert Method | |
| See Also | |
|
| dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabsCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal objPage As TabPage _ ) | |