PyCMenu.TrackPopupMenu
TrackPopupMenu((x,y), flags, owner)
Creates a popup menu anywhere on the screen.
Parameters
Comments
The TrackPopupMenu function displays a floating pop-up menu at the specified location and tracks the selection of items on the pop-up menu. The floating pop-up menu can appear anywhere on the screen.
Return Value
If the underlying MFC function fails, but TPM_RETURNCMD is set in the flags parameter, then None is returned instead of the normal exception.