Click or drag to resize

VisualFormOnWM_NCMOUSEMOVE Method

Process the WM_NCMOUSEMOVE message when overriding window chrome.

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

Parameters

m
Type: System.Windows.FormsMessage
A Windows-based message.

Return Value

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