Click or drag to resize

KryptonFormWindowChromeLeftMouseDown Method

Process the left mouse down event.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override bool WindowChromeLeftMouseDown(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Window coordinate of the mouse up.

Return Value

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