FormProcessDialogKey Method
Processes a dialog box key.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
protected override bool ProcessDialogKey(
Keys keyData
)
Protected Overrides Function ProcessDialogKey (
keyData As Keys
) As Boolean
abstract ProcessDialogKey :
keyData : Keys -> bool
override ProcessDialogKey :
keyData : Keys -> bool
- 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.