CMouseManager::GetViewNames
Retrieves a list of all the registered view names.
void GetViewNames(
CStringList& listOfNames
) const;
Parameters
- [out] listOfNames
A reference to CStringList object.
Remarks
This method fills the parameter listOfNames with the names of all the views registered by using CMouseManager::AddView.
Requirements
Header: afxmousemanager.h