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)
Syntaxpublic bool HitTestMinButton(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
Window relative point to test.
Return Value
Type:
BooleanTrue if inside the button; otherwise false.
See Also