Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / mouseOver Field


In This Topic
    mouseOver Field
    In This Topic
    Whether the mouse is over the button.
    Syntax
    'Declaration
     
    
    Public mouseOver As Boolean
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As Boolean
     
    value = instance.mouseOver
     
    instance.mouseOver = value
    public bool mouseOver
    See Also