CommandBar::ShowPopup Method (Object^, Object^)
Visual Studio 2015
Displays the command bar as a shortcut menu at the specified coordinates or at the current mouse coordinates.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Parameters
- x
-
Type:
System::Object^
An integer representing the x coordinate of the location of the popup; if omitted, the current x coordinate of the mouse is used.
- y
-
Type:
System::Object^
An integer representing the y coordinate of the location of the popup; if omitted, the current y coordinate of the mouse is used.
Show: