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