Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / TabStripButtonLowerActiveColor Property


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

Property Value

The color of the tab strip button lower active.
See Also