Share

AcApStatusBar::DisplayContextMenu

C++

virtual UINT DisplayContextMenu(
    CMenu& menu, 
    CPoint point
) = 0;

Description

This function displays the specified context menu at the specified point.

It returns the object ID of the menu item that the user selected, or 0 if the user did not select a menu item.

The point is expressed in status bar client coordinates.

Parameters

Parameters Description
menu Input context menu to display
point Input point at which to display the menu

Links

AcApStatusBar

Was this information helpful?