Click or drag to resize

ToolTipManagerDoubleClick Method

Left mouse button double click.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void DoubleClick(
	ViewBase targetElement,
	Point pt
)

Parameters

targetElement  ViewBase
Target element for the mouse message.
pt  Point
Mouse position relative to control.
See Also