Click or drag to resize

DockingDragManagerOnKEYDOWN Method

Processes the WM_KEYDOWN from the floating window.

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#
public bool OnKEYDOWN(
	ref Message m
)

Parameters

m  Message
 

Return Value

Boolean
True to eat message; otherwise false.

Implements

IFloatingMessagesOnKEYDOWN(Message)
See Also