InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / ProcessCmdKey Method

In This Topic
    ProcessCmdKey Method (C1InputPanelBase)
    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