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

Parameters

pt  Point
Client coordinates point.

Return Value

Boolean
True to become current; otherwise false.
See Also