ViewContextMenuManagerDoesStackedClientMouseDownBecomeCurrent Method |
Should a mouse down at the provided point cause it to become the current tracking popup.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool DoesStackedClientMouseDownBecomeCurrent(
Message m,
Point pt
)
Parameters
- m Message
- Original message.
- pt Point
- Client coordinates point.
Return Value
BooleanTrue to become current; otherwise false.
See Also