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