NetXP 3.0 Reference

CommandContextMenu.EatFinalClick Property

Should the final click message (WM_LBUTTONDOWN) be eaten? Set this to True for left-button handled context menus.

[Visual Basic]
Public Property EatFinalClick As Boolean
[C#]
public bool EatFinalClick {get; set;}

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace