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