Visual Studio 2010 - Visual C++
CFrameWnd::GetMessageString
Override this function to provide custom strings for command IDs.
virtual void GetMessageString( UINT nID, CString& rMessage ) const;
Parameters
Remarks
The default implementation simply loads the string specified by nID from the resource file. This function is called by the framework when the message string in the status bar needs updating.
Requirements
Header: afxwin.h
See Also