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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool HitTestCloseButton(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Window relative point to test.

Return Value

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