ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / OnKeyUp Method

In This Topic
    OnKeyUp Method (C1SplitButton)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnKeyUp( _
       ByVal kevent As KeyEventArgs _
    ) 
    protected virtual void OnKeyUp( 
       KeyEventArgs kevent
    )

    Parameters

    kevent
    See Also