Click or drag to resize

VisualPopupToolTipAllowMouseMove Method

Should the mouse move at provided screen point be allowed.

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 override bool AllowMouseMove(
	Message m,
	Point pt
)

Parameters

m  Message
Original message.
pt  Point
Client coordinates point.

Return Value

Boolean
True to alow; otherwise false.
See Also