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