Navigation:  ABC Library Reference > GraphClass > GraphClass Methods >====== CalcPopup (create popup menu for graph object) ====== Previous pageReturn to chapter overviewNext page

CalcPopup (PopupClass PopupMgr)

blk2blue.jpg

CalcPopup Creates a popup menu control for a selected graph object.
PopupMgr The reference to an object of a PopupClass type.

The CalcPopup method creates a popup menu for specific use with the Graph Class object. It also creates standard popup menu items that are used with all graph types (i.e., Zoom settings).

Implementation:

The CalcPopup method is called from the GraphClass Popup method, initializing standard menu items for use with all graph types.

See Also:     Popup , CalcPopupAdd2