Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBar Class / ZoomButtonHoverColor Property


In This Topic
    ZoomButtonHoverColor Property (FpStatusBar)
    In This Topic
    Gets or sets the zoom level button color when the mouse is over it.
    Syntax
    'Declaration
     
    
    Public Property ZoomButtonHoverColor As Color
    'Usage
     
    
    Dim instance As FpStatusBar
    Dim value As Color
     
    instance.ZoomButtonHoverColor = value
     
    value = instance.ZoomButtonHoverColor
    public Color ZoomButtonHoverColor {get; set;}
    See Also