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.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonPage PageFromPoint(
Point pt
)
Parameters
- pt Point
- Point in client co-ordinates.
Return Value
KryptonPageKryptonPage or null.
See Also