VisualControlBaseProcessCmdKey Method (Message, Keys) |
Processes a command key.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected virtual bool ProcessCmdKey(
ref Message msg,
Keys keyData
)
Parameters
- msg
- Type: System.Windows.FormsMessage
A Message, passed by reference, that represents the window message to process. - keyData
- Type: System.Windows.FormsKeys
One of the Keys values that represents the key to process.
Return Value
Type:
BooleanTrue is handled; otherwise false.
See Also