KryptonFormHitTestMaxButton Method |
Gets a value indicating if the provided point is inside the maximize 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 public bool HitTestMaxButton(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
Window relative point to test.
Return Value
Type:
BooleanTrue if inside the button; otherwise false.
See Also