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

nTab
Integer value indicating the index value of the tab to remove.
Removes a specific tab from the control's collection.

Syntax

Visual Basic (Declaration) 
Public Function RemoveTab( _
   ByVal nTab As Integer _
) As Boolean
C# 
public bool RemoveTab( 
   int nTab
)

Parameters

nTab
Integer value indicating the index value of the tab to remove.

Return Value

Boolean value indicating the success of the method.

Remarks

This method uses a 1 based index (meaning the first tab is 1), unlike the RemoveAt Method of the Tabs collection which is zero based.

Requirements

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

See Also