FormProcessCmdKey Method

Processes a command key.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

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.

Return Value

Boolean
true if the keystroke was processed and consumed by the control; otherwise, false to allow further processing.

See Also