ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1BulletGraph Class / OnKeyDown Method

In This Topic
    OnKeyDown Method (C1BulletGraph)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnKeyDown( _
       ByVal e As System.Windows.Forms.KeyEventArgs _
    ) 
    protected virtual void OnKeyDown( 
       System.Windows.Forms.KeyEventArgs e
    )

    Parameters

    e
    See Also