|
|
|
CSftPrintPreview_View::GetAccelResourceID |
The GetAccelResourceID function is called to obtain a keyboard accelerator table.
C++
virtual LPCTSTR CSftPrintPreview_View::GetAccelResourceID();
Returns
The return value is the resource identifier of a keyboard accelerator table.
Comments
The GetAccelResourceID function is called to obtain a keyboard accelerator table.
When defining a class derived from CSftPrintPreview_View, this virtual override is used to define the keyboard accelerator table that should be in effect when the Preview view is the active view.
Example
C++
virtual LPCTSTR GetAccelResourceID() { return MAKEINTRESOURCE(IDR_PRINTPREVIEW); }
See Also C/C++ API | C++ Classes | Notifications