CommandBar::ShowPopup Method (Object^, Object^)

 

Displays the command bar as a shortcut menu at the specified coordinates or at the current mouse coordinates.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874906)]
void ShowPopup(
	Object^ x,
	Object^ y
)

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.

Return to top
Show: