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

In This Topic
    IsInputKey(Control,Keys) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function IsInputKey( _
       ByVal ctl As System.Windows.Forms.Control, _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    public virtual System.bool IsInputKey( 
       System.Windows.Forms.Control ctl,
       System.Windows.Forms.Keys keyData
    )

    Parameters

    ctl
    keyData
    See Also