Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Enables or disables the Print Preview feature.
void EnablePrintPreview(
BOOL bEnable = TRUE
);
Parameters
- [in] bEnable
TRUE to enable the Print Preview feature; FALSE to disable the Print Preview feature.
Remarks
If bEnable is FALSE and a print preview category exists, it is deleted.
By default the Print Preview feature is enabled.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
|---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |