Click or drag to resize

DockingDragManagerPreFilterMessage Method

Filters out a message before it is dispatched.

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 PreFilterMessage(
	ref Message m
)

Parameters

m  Message
The message to be dispatched.

Return Value

Boolean
true to filter the message and stop it from being dispatched.
See Also