Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / IsInputKey Method

In This Topic
    IsInputKey Method (C1Gauge)
    In This Topic
    Determines whether the specified key requires processing.
    Syntax
    'Declaration
     
    Protected Overrides Function IsInputKey( _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    protected override System.bool IsInputKey( 
       System.Windows.Forms.Keys keyData
    )

    Parameters

    keyData
    See Also