NetXP 3.0 Reference

CommandContextMenu Properties

The properties of the CommandContextMenu class are listed below. For a complete list of CommandContextMenu class members, see the CommandContextMenu Members topic.

Public Instance Properties

Animate Specifies whether or not to animate the menu when shown.
EatFinalClick Should the final click message (WM_LBUTTONDOWN) be eaten? Set this to True for left-button handled context menus.
Handle Gets the handle of this menu window.
IsPersonalized Indicates whether or not the menu has infrequent items.
Items A collection of CommandBarItem objects that defines the items in the menu.
Parent The parent context menu of this menu (if this is a submenu).
Renderer The renderer that defines the look and feel of the menu.
ReturnCommand Gets the item that was clicked by the user when the menu was closed.
SelectedMenuItem The initially selected menu item, set before the menu is shown.
ShowInfrequent Specifies whether or not to show the personalized menu initially expanded.
Site The container of this component.
SourceControl The control responsible for handling messages.
SuppressClickEvents 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.

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace