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


In This Topic
    ZoomSliderHoverColor Property (IFpStatusBar)
    In This Topic
    Gets or sets the color for the zoom slider button when the mouse is over the button.
    Syntax
    'Declaration
     
    
    Property ZoomSliderHoverColor As Color
    'Usage
     
    
    Dim instance As IFpStatusBar
    Dim value As Color
     
    instance.ZoomSliderHoverColor = value
     
    value = instance.ZoomSliderHoverColor
    Color ZoomSliderHoverColor {get; set;}
    See Also