SftPrintPreview/DLL 2.0

CSftPrintPreview_View::GetMenuResourceID

Softel vdm, Inc.

The GetMenuResourceID function is called to obtain a menu resource ID.

C++

virtual LPCTSTR CSftPrintPreview_View::GetMenuResourceID();

Returns

The return value is the resource identifier of a menu resource.

Comments

The GetMenuResourceID function is called to obtain a menu resource ID.

When defining a class derived from CSftPrintPreview_View, this virtual override is used to define the menu that should be in effect when the Preview view is the active view. 

Example

C++

virtual LPCTSTR GetMenuResourceID() { return MAKEINTRESOURCE(IDR_PREVIEW); }

See Also  C/C++ API  |  C++ Classes  |  Notifications


Feedback / comments / error reports for this topic
© 2016 - Softel vdm, Inc. - www.softelvdm.com