This data member contains a boolean value that's set to TRUE if the application is in Help context mode (conventionally invoked with SHIFT + F1), and FALSE if not. Examine this flag if you want to implement special handling when in the Help mode.
BOOL m_bHelpMode;
| Header File | Afxwin.h |
| Platforms | |
| Versions | 1.0 and later |
| Complete documentation | Visual C++ documentation |
CWinApp Overview, CWinApp Data Members, Application Architecture Classes