True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / ProcessCmdKey Method

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