Click or drag to resize

KryptonFormHitTestCloseButton Method

Gets a value indicating if the provided point is inside the close button.

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 HitTestCloseButton(
	Point pt
)

Parameters

pt  Point
Window relative point to test.

Return Value

Boolean
True if inside the button; otherwise false.
See Also