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

clrBack
Sets the TabBackColor Property.
Creates a TabPage object setting the TabBackColor Property.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal clrBack As Color _
)
C# 
public TabPage( 
   Color clrBack
)

Parameters

clrBack
Sets the TabBackColor Property.

Requirements

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

See Also