Click or drag to resize

DragViewControllerDoubleClick Method

Left mouse button double click.

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 virtual void DoubleClick(
	Point pt
)

Parameters

pt  Point
Mouse position relative to control.

Implements

IMouseControllerDoubleClick(Point)
See Also