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


In This Topic
TabStripBackgroundColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the tab strip background.
Syntax
'Declaration
 
Public Property TabStripBackgroundColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.TabStripBackgroundColor = value
 
value = instance.TabStripBackgroundColor

Property Value

The color of the tab strip background.
See Also