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


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

    Parameters

    e
    See Also