Click or drag to resize

VisualPopupDoesCurrentMouseDownEndAllTracking Method

Should a mouse down at the provided point cause an end to popup tracking.

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#
public virtual bool DoesCurrentMouseDownEndAllTracking(
	Message m,
	Point pt
)

Parameters

m
Type: System.Windows.FormsMessage
Original message.
pt
Type: System.DrawingPoint
Client coordinates point.

Return Value

Type: Boolean
True to end tracking; otherwise false.
See Also