Click or drag to resize

KryptonFormHitTestMinButton Method

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

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool HitTestMinButton(
	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