dbicTabs Send comments on this topic.
IndexOf(TabPage) Method
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabsCollection Class : IndexOf(TabPage) Method

objPage
TabPage Class
Returns the index of the TabPage.

Syntax

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

Parameters

objPage
TabPage Class

Return Value

Integer

Requirements

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

See Also