Click or drag to resize

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonPage PageFromPoint(
	Point pt
)

Parameters

pt  Point
Point in client co-ordinates.

Return Value

KryptonPage
KryptonPage or null.
See Also