Click or drag to resize

IFloatingMessagesOnKEYDOWN Method

The WM_KEYDOWN message has occured.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
bool OnKEYDOWN(
	ref Message m
)

Parameters

m  Message
 

Return Value

Boolean
True to eat message; otherwise false.
See Also