Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripTable Class / ProcessCmdKey Method

In This Topic
    ProcessCmdKey Method (C1EditorToolStripTable)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function ProcessCmdKey( _
       ByRef m 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 m,
       System.Windows.Forms.Keys keyData
    )

    Parameters

    m
    keyData
    See Also