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

In This Topic
    ProcessCmdKey Method (C1SuperLabel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ProcessCmdKey( _
       ByRef msg As System.Windows.Forms.Message, _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    protected virtual System.bool ProcessCmdKey( 
       ref System.Windows.Forms.Message msg,
       System.Windows.Forms.Keys keyData
    )

    Parameters

    msg
    keyData
    See Also