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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int ScreenMouseMove(
	Point screenPoint
)

Parameters

screenPoint
Type: System.DrawingPoint
Screen point.

Return Value

Type: Int32
Area that is active.

Implements

IDropDockingIndicatorScreenMouseMove(Point)
See Also