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
public virtual Color SelectedTabBackColor {get; set;}
See Also