Spread Windows Forms 10.0 Product Documentation
ZoomButtonHoverColor Property (IFpStatusBar)
Example 


Gets or sets the zoom level button color when when the mouse is over it.
Syntax
'Declaration
 
Property ZoomButtonHoverColor As Color
'Usage
 
Dim instance As IFpStatusBar
Dim value As Color
 
instance.ZoomButtonHoverColor = value
 
value = instance.ZoomButtonHoverColor
Color ZoomButtonHoverColor {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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

IFpStatusBar Interface
IFpStatusBar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.