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

objPage
The tab page to remove.
Remove a tab.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal objPage As TabPage _
) 
C# 
public void Remove( 
   TabPage objPage
)

Parameters

objPage
The tab page to remove.

Return Value

This method does not return a value.

Requirements

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

See Also