Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.34 KB

creating-property-sheet-pages.md

File metadata and controls

19 lines (14 loc) · 1.34 KB
title description keywords ms.date
Creating Property Sheet Pages
Creating Property Sheet Pages
Common Property Sheet User Interface WDK print , creating property sheet pages
CPSUI WDK print , creating property sheet pages
property sheet pages WDK print , creating
01/27/2023

Creating Property Sheet Pages

[!includePrint Support Apps]

Property sheet pages created using CPSUI are made up of property sheet options, where each option represents a user-modifiable value. Dialogs for property sheet options are created using a set of CPSUI-supported window controls that let a user modify an option's value.

CPSUI-supplied window controls can be displayed within CPSUI-supplied pages and templates, or they can be used with customized pages. There are several methods for specifying pages, all of which involve calling CPSUI's ComPropSheet function.

Creating property sheet pages for printers and print documents involves using CPSUI with printer drivers and requires interaction between an application, the print spooler, a printer interface DLL, and CPSUI.