ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / IsInputKey Method
Key that was pressed and needs to be checked.

In This Topic
    IsInputKey Method (Element)
    In This Topic
    Determines whether the specified key is a regular input key or a special key that requires preprocessing.
    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
    Key that was pressed and needs to be checked.

    Return Value

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