BCGControlBar Pro for MFC
UINT CBCGPMouseManager::GetViewIconId ( int  iViewId) const

Given a view ID returns the view's icon resource ID.

Returns
An icon resource identifier if success; otherwise 0.

The function returns the view's icon resource identifier if a view specified by iViewId has been registered with the CBCGPMouseManager using the AddView() member function.

Parameters
iViewIdThe view ID.