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


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

Property Value

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