KryptonFormHitTestMinButton Method |
Gets a value indicating if the provided point is inside the minimize button.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool HitTestMinButton(
Point pt
)
Parameters
- pt Point
- Window relative point to test.
Return Value
BooleanTrue if inside the button; otherwise false.
See Also