NetXP 3.0 Reference

CommandContextMenu.Show Method (Point)

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

[Visual Basic]
Overloads Public Function Show( _
   ByVal pt As Point _
) As CommandBarItem
[C#]
public CommandBarItem Show(
   Point pt
);

Parameters

pt
Location (in screen coordinates) of the top-left corner of the menu.

Return Value

The command bar item (if any) that the user clicked.

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace | CommandContextMenu.Show Overload List