InactiveTabForegroundColor Property
Gets or sets the color of the view tab text when the tab is not active. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window.
Color InactiveTabForegroundColor {get; set;}
'Declaration
Property InactiveTabForegroundColor As Color
'Usage
Dim instance As IView
Dim value As Color
instance.InactiveTabForegroundColor = value
value = instance.InactiveTabForegroundColor