Spread Windows Forms 12.0 Product Documentation
BackColor Property (TabStrip)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TabStrip Class : BackColor Property
Gets or sets the background color of the tab strip.
Syntax
'Declaration
 
Public Property BackColor As Color
'Usage
 
Dim instance As TabStrip
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

Property Value

Color object containing the background color of the tab
Remarks
For the tab strip, the background color may not be visible if XP themes are used (the VisualStyles setting is on).
Example
This example sets the background color for the tab strip to red.
fpSpread1.Sheets.Count = 3;

fpSpread1.TabStrip.BackColor = Color.Red;
fpSpread1.Sheets.Count = 3

fpSpread1.TabStrip.BackColor = Color.Red
See Also

Reference

TabStrip Class
TabStrip Members
TabStripRatio Property
TabStripPolicy Property

User-Task Documentation

Customizing the Sheet Name Tabs of the Component