Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SelectedTabBackColor Property


In This Topic
SelectedTabBackColor Property
In This Topic
Gets or sets the background color of the selected tab.
Syntax
'Declaration
 
Public Overridable Property SelectedTabBackColor As Color
 
'Usage
 
Dim instance As TabStrip
Dim value As Color
 
instance.SelectedTabBackColor = value
 
value = instance.SelectedTabBackColor
See Also