Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ControlBase Class / OnKeyUp Method


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

    Parameters

    e
    See Also