Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / TabStripBackgroundColor Property


In This Topic
TabStripBackgroundColor Property (ICustomizeColor)
In This Topic
Gets or sets tab strip back ground color.
Syntax
'Declaration
 
Property TabStripBackgroundColor As Color
 
'Usage
 
Dim instance As ICustomizeColor
Dim value As Color
 
instance.TabStripBackgroundColor = value
 
value = instance.TabStripBackgroundColor
See Also