CChart::ShowPopupMenu


virtual int ShowPopupMenu( CWnd *window, UINT nFlags, CPoint point );
virtual int ShowPopupMenu( CMenu *passedMenu, CWnd *window, UINT nFlags, CPoint point );

Parameters

Returns

A popup menu constant representing what happened.

Description

The default implementation of this function does nothing. Override this function to display a popup (shortcut) menu specific to the chart type (see CXYChart::ShowPopupMenu)


CChart Reference | CPlot Reference