Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / ActiveTabBackgroundColor Property


In This Topic
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
See Also