Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Forms Namespace / ContactListForm Class / IsInputKey Method

In This Topic
    IsInputKey Method (ContactListForm)
    In This Topic
    Syntax
    'Declaration
     
    Protected 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