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