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

Parameters

m
Type: System.Windows.FormsMessage

Return Value

Type: Boolean
True to eat message; otherwise false.

Implements

IFloatingMessagesOnKEYDOWN(Message)
See Also