DockingDragManagerPreFilterMessage Method |
Filters out a message before it is dispatched.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool PreFilterMessage(
ref Message m
)
Parameters
- m Message
- The message to be dispatched.
Return Value
Booleantrue to filter the message and stop it from being dispatched.
See Also