Click or drag to resize

VisualFormOnWM_MOUSEMOVE Method

Process the OnWM_MOUSEMOVE message when overriding window chrome.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool OnWM_MOUSEMOVE(
	ref Message m
)

Parameters

m  Message
A Windows-based message.

Return Value

Boolean
True if the message was processed; otherwise false.
See Also