Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / OnMouseLeave Method


In This Topic
    OnMouseLeave Method (FpButton)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseLeave( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpButton
    Dim e As EventArgs
     
    instance.OnMouseLeave(e)
    protected override void OnMouseLeave( 
       EventArgs e
    )

    Parameters

    e
    See Also