Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonBar::EnablePrintPreview

Enables or disables the Print Preview feature.

void EnablePrintPreview(
   BOOL bEnable = TRUE 
);
[in] bEnable

TRUE to enable the Print Preview feature; FALSE to disable the Print Preview feature.

If bEnable is FALSE and a print preview category exists, it is deleted.

By default the Print Preview feature is enabled.

Header: afxribbonbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.