Input for WinForms | ComponentOne
C1.Framework Namespace / CheckBoxButtonElement Class / OnKeyDown Method
System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
    OnKeyDown Method (CheckBoxButtonElement)
    In This Topic
    Called by the host control when the user presses a key and this Element has the focus.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    public virtual void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    System.Windows.Forms.KeyEventArgs that contains the event data.
    See Also