InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / IsInputKey Method / IsInputKey(Control,Keys) Method

In This Topic
    IsInputKey(Control,Keys) Method
    In This Topic
    Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function IsInputKey( _
       ByVal ctl As Control, _
       ByVal keyData As Keys _
    ) As Boolean
    public override bool IsInputKey( 
       Control ctl,
       Keys keyData
    )

    Parameters

    ctl
    keyData

    Return Value

    True if the specified key is a regular input key; otherwise, false.
    See Also