CWinApp::m_bHelpMode

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;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinApp Overview, CWinApp Data Members, Application Architecture Classes