KryptonNavigatorPageFromPoint Method |
Gets the KryptonPage associated with the provided point.
This only works if the point intercepts a page header such as a tab header or check button.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public KryptonPage PageFromPoint(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
Point in client co-ordinates.
Return Value
Type:
KryptonPageKryptonPage or null.
See Also