ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabel Class / ProcessDialogKey Method

In This Topic
    ProcessDialogKey Method (C1SuperLabel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ProcessDialogKey( _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    protected virtual System.bool ProcessDialogKey( 
       System.Windows.Forms.Keys keyData
    )

    Parameters

    keyData
    See Also