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