ActiveTabBackgroundColor Property
Gets or sets the background color of the view tab when it is the active tab.
Color ActiveTabBackgroundColor {get; set;}
'Declaration
Property ActiveTabBackgroundColor As Color
'Usage
Dim instance As IView
Dim value As Color
instance.ActiveTabBackgroundColor = value
value = instance.ActiveTabBackgroundColor