Hide

SftPrintPreview/DLL 2.0 - Print Preview Control for C/C++

Display
Print

CSftPrintPreview_View::GetAccelResourceID Function

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.