Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / IsInputKey Method / IsInputKey(Keys) Method

In This Topic
    IsInputKey(Keys) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overridable Function IsInputKey( _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    protected virtual System.bool IsInputKey( 
       System.Windows.Forms.Keys keyData
    )

    Parameters

    keyData
    See Also