NetXP 3.0 Reference

CommandContextMenu.Show Method

Shows the popup menu at the specified location. No source control is provided.

Overload List

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);

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace