ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabel Class / IsInputKey Method

In This Topic
    IsInputKey Method (C1SuperLabel)
    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