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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IFpStatusBar Interface : BackColor Property
Gets or sets the backcolor of the status bar.
Syntax
'Declaration
 
Property BackColor As Color
'Usage
 
Dim instance As IFpStatusBar
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
Color BackColor {get; set;}
Example
This example sets colors for the status bar.
fpSpread1.StatusBarVisible = true;
fpSpread1.StatusBar.BackColor = Color.LemonChiffon;
fpSpread1.StatusBar.ZoomSliderColor = Color.Turquoise;
fpSpread1.StatusBar.ForeColor = Color.OliveDrab;
fpSpread1.StatusBar.ZoomButtonHoverColor = Color.Gold;
fpSpread1.StatusBar.ZoomSliderTrackColor = Color.DodgerBlue;
fpSpread1.StatusBar.ZoomSliderHoverColor = Color.BurlyWood;
FpSpread1.StatusBarVisible = True
FpSpread1.StatusBar.BackColor = Color.LemonChiffon
FpSpread1.StatusBar.ZoomSliderColor = Color.Turquoise
FpSpread1.StatusBar.ForeColor = Color.OliveDrab
FpSpread1.StatusBar.ZoomButtonHoverColor = Color.Gold
FpSpread1.StatusBar.ZoomSliderTrackColor = Color.DodgerBlue
FpSpread1.StatusBar.ZoomSliderHoverColor = Color.BurlyWood
See Also

Reference

IFpStatusBar Interface
IFpStatusBar Members