Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ah Class / IsInputKey Method

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

    Parameters

    keyData
    See Also