VisualFormOnWM_NCMOUSEMOVE Method |
Process the WM_NCMOUSEMOVE 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 protected virtual bool OnWM_NCMOUSEMOVE(
ref Message m
)
Parameters
- m
- Type: System.Windows.FormsMessage
A Windows-based message.
Return Value
Type:
BooleanTrue if the message was processed; otherwise false.
See Also