VisualContextMenuDTPDoesMouseDownGetEaten Method |
Should the mouse down be eaten when the tracking has been ended.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool DoesMouseDownGetEaten(
Message m,
Point pt
)
Parameters
- m Message
- Original message.
- pt Point
- Screen coordinates point.
Return Value
BooleanTrue to eat message; otherwise false.
See Also