Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / ZoomButtonHoverColor Property


In This Topic
    ZoomButtonHoverColor Property (IFpStatusBar)
    In This Topic
    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;}
    See Also