ProcessCmdKey Method (FpSpread)
Processes a command key.
'Declaration
Protected Overrides Function ProcessCmdKey( _
ByRef As Message, _
ByVal As Keys _
) As Boolean
'Usage
Dim instance As FpSpread
Dim msg As Message
Dim keyData As Keys
Dim value As Boolean
value = instance.ProcessCmdKey(msg, keyData)
Parameters
- msg
- A System.Windows.Forms.Message, passed by reference, that represents the window message to process.
- keyData
- One of the System.Windows.Forms.Keys values that represents the key to process.
Return Value
true if the character was processed by the control; otherwise, false.