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