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