Click or drag to resize

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
C#
bool DoesStackedClientMouseDownBecomeCurrent(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Client coordinates point.

Return Value

Type: Boolean
True to become current; otherwise false.
See Also