Click or drag to resize

VisualFormOnCompWM_NCHITTEST Method

Process the WM_NCHITTEST message when overriding window chrome.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool OnCompWM_NCHITTEST(
	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