IContextMenuTargetDoesStackedClientMouseDownBecomeCurrent Method |
Should a mouse down at the provided point cause the currently stacked context menu to become current.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax bool DoesStackedClientMouseDownBecomeCurrent(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
Client coordinates point.
Return Value
Type:
BooleanTrue to become current; otherwise false.
See Also