FormProcessDialogKey Method

Processes a dialog box key.

Definition

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

Parameters

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