Click or drag to resize

DropDockingIndicatorsRoundedScreenMouseMove Method

Perofrm mouse hit testing against a screen point.

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 int ScreenMouseMove(
	Point screenPoint
)

Parameters

screenPoint  Point
Screen point.

Return Value

Int32
Area that is active.

Implements

IDropDockingIndicatorScreenMouseMove(Point)
See Also