FormProcessCmdKey Method
Processes a command key.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override bool ProcessCmdKey(
ref Message msg,
Keys keyData
)
Protected Overrides Function ProcessCmdKey (
ByRef msg As Message,
keyData As Keys
) As Boolean
abstract ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
override ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
- msg Message
- A Message, passed by reference, that represents the Win32 message to process.
- keyData Keys
- One of the Keys values that represents the key to process.
Booleantrue if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.