IFloatingMessagesOnKEYDOWN Method |
The WM_KEYDOWN message has occured.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool OnKEYDOWN(
ref Message m
)
Parameters
- m Message
-
Return Value
BooleanTrue to eat message; otherwise false.
See Also