Global Variables (MFC Feature Pack)

This topic describes messages sent from the framework to MFC Feature Pack controls, and lists pointers to global manager methods.

Global Manager Pointers

Use the following variables to access the global managers:

Variable

Description

afxContextMenuManager

Pointer to the context menu manager.

afxKeyboardManager

Pointer to the keyboard manager.

afxMenuTearOffManager

Pointer to the tear-off menu manager.

afxMouseManager

Pointer to the mouse manager.

afxShellManager

Pointer to the shell manager.

afxUserToolsManager

Pointer to the user-defined tools manager.

See Also

Concepts

MFC Hierarchy Chart

Other Resources

Reference (MFC Feature Pack)