Click or drag to resize

ButtonSpecManagerBaseDesignerGetHitTest Method

Is the provided over a part of the view that wants the mouse.

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#
public bool DesignerGetHitTest(
	Point pt
)

Parameters

pt  Point
Mouse point.

Return Value

Boolean
True if the view wants the mouse position; otherwise false.
See Also