Click or drag to resize

VisualFormWindowChromeLeftMouseDown Method

Process the left mouse down event.

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#
protected virtual bool WindowChromeLeftMouseDown(
	Point pt
)

Parameters

pt  Point
Window coordinate of the mouse up.

Return Value

Boolean
True if event is processed; otherwise false.
See Also