Click or drag to resize

ViewBaseMouseUp Method

Mouse button has been released in the view.

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 virtual void MouseUp(
	Point pt,
	MouseButtons button
)

Parameters

pt  Point
Mouse position relative to control.
button  MouseButtons
Mouse button released.
See Also