CFrameWnd::GetMessageString

virtualvoidGetMessageString(UINTnID**,CString&rMessage)const;**

Parameters

nID

Resource ID of the desired message.

rMessage

CString object into which to place the message.

Remarks

Override this function to provide custom strings for command IDs. 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.

CFrameWnd OverviewClass MembersHierarchy Chart

See Also   CFrameWnd::SetMessageText