ProcessCmdKey Method (C1RibbonForm)
In This Topic
Processes a command key.
Syntax
'Declaration
Protected Overrides Function ProcessCmdKey( _
ByRef As System.Windows.Forms.Message, _
ByVal As System.Windows.Forms.Keys _
) As System.Boolean
protected override System.bool ProcessCmdKey(
ref System.Windows.Forms.Message ,
System.Windows.Forms.Keys
)
Parameters
- msg
- keyData
See Also