BCGControlBar Pro for MFC
virtual void CBCGPKeyMapDlg::PrintKeyMap ( )
protectedvirtual

Called by the framework when user clicks "Print" button.

This function is called by the framework when the user clicks the "Print" button. The PrintKeyMap function prints the key map. It initiates a new print job and than calls OnPrintHeader() and OnPrintItem() member functions for each next page/item until all keys are printed.

Override this function in a CBCGPKeyMapDlg - derived class to print the key map.