KryptonNavigatorProcessKeyPreview Method (Message) |
Previews a keyboard message.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax protected virtual bool ProcessKeyPreview(
ref Message m
)
Parameters
- m
- Type: System.Windows.FormsMessage
A Message that represents the window message to process.
Return Value
Type:
Booleantrue if the message was processed by the control; otherwise false.
See Also