CPSUI Option Types

Important

We recommend that you use Microsoft's IPP inbox class driver, along with Print Support Apps (PSA), to customize the print experience in Windows 10 and 11 for printer device development.

For more information, see the Print support app design guide.

When using CPSUI to create a property sheet page, user-selectable options must be defined using CPSUI-supported window controls.

These controls are identified by the following CPSUI option types:

TVOT_2STATES

TVOT_3STATES

TVOT_CHKBOX

TVOT_COMBOBOX

TVOT_EDITBOX

TVOT_LISTBOX

TVOT_PUSHBUTTON

TVOT_SCROLLBAR

TVOT_TRACKBAR

TVOT_UDARROW

An option's type is specified in the Type member of an OPTTYPE structure.