TabStripButtonUpperActiveColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the upper, active tab strip button.
Syntax
'Declaration
Public Property TabStripButtonUpperActiveColor As Color
'Usage
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
instance.TabStripButtonUpperActiveColor = value
value = instance.TabStripButtonUpperActiveColor
public Color TabStripButtonUpperActiveColor {get; set;}
Property Value
The color of the tab strip button upper active.
See Also