Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the view ID associated with a view name.
int GetViewIdByName(
LPCTSTR lpszName
) const;
Parameters
- [in] lpszName
The view name.
Return Value
A view ID if successful; otherwise 0.
Remarks
This method searches through views registered by using CMouseManager::AddView.
Requirements
Header: afxmousemanager.h