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

strTitle
Sets the Title Property.
clrBack
Sets the TabBackColor Property.
Creates a TabPage object setting the Title Property and TabBackColor Property.

Syntax

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

Parameters

strTitle
Sets the Title Property.
clrBack
Sets the TabBackColor Property.

Requirements

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

See Also