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

Parameters

m
Type: System.Windows.FormsMessage
The message to be dispatched.

Return Value

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