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

objPage
The page to add.
Adds a tab page to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal objPage As TabPage _
) As Integer
C# 
public int Add( 
   TabPage objPage
)

Parameters

objPage
The page to add.

Return Value

This method returns a zero-based index value of the added page.

Requirements

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

See Also