Gets or sets the background color of the active sheet name tab.
Syntax
'Declaration
Public Property ActiveTabBackColor As Color
'Usage
Dim instance As TabInfo
Dim value As Color
instance.ActiveTabBackColor = value
value = instance.ActiveTabBackColor
public Color ActiveTabBackColor {get; set;}
See Also