Shows the popup menu at the specified location. No source control is provided.
Shows the popup menu at the specified location. No source control is provided.
public CommandBarItem Show(Point);
Shows the popup menu with four preferred locations.
public CommandBarItem Show(Point,Point,Point,Point);
Shows the popup menu at the specified location, using the specified source control.
public CommandBarItem Show(Control,Point);
Shows the popup menu with four preferred locations for the specified source control.
public CommandBarItem Show(Control,Point,Point,Point,Point);
CommandContextMenu Class | NETXP.Controls.Bars Namespace