VisualFormOnCompWM_NCHITTEST Method |
Process the WM_NCHITTEST 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)
Syntaxprotected virtual bool OnCompWM_NCHITTEST(
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