NetXP 3.0 Reference

CommandContextMenu.SuppressClickEvents Property

Specifies whether or not to raise the Click event for the selected menu item. If you set this to True, no Click events will be generated for menu items.

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

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace