Click or drag to resize

VisualContextMenuDTPDoesMouseDownGetEaten Method

Should the mouse down be eaten when the tracking has been ended.

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 DoesMouseDownGetEaten(
	Message m,
	Point pt
)

Parameters

m  Message
Original message.
pt  Point
Screen coordinates point.

Return Value

Boolean
True to eat message; otherwise false.
See Also