TVOT_CHKBOX
Important
The modern print platform is Windows' preferred means of communicating with printers. 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 Modern print platform and the Print support app design guide.
The TVOT_CHKBOX option type consists of a check box inside a group box.
OPTITEM structure
Sel/pSel
Not used.
OPTPARAM structure array (pOptParam member of OPTTYPE)
pData
Not used.
IconID
Identifies an icon to be associated with the check box.
lParam
Not used.
OPTTYPE structure
Type
TVOT_CHKBOX
Count
1
Style Not used.
BegCtrlID
If pDlgPage in COMPROPSHEETUI identifies a CPSUI-supplied page, or if DlgTemplateID in DLGPAGE identifies a CPSUI-supplied template, BegCtrlID is not used. Otherwise, BegCtrlID must contain the first control identifier of a sequentially numbered set of control identifiers. Control identifiers must identify the following Windows controls:
Control Identifier | Windows Control |
---|---|
BegCtrlID contents | Group box |
BegCtrlID contents+1 | Title text |
BegCtrlID contents+2 | Check box |
BegCtrlID contents+3 | Check box icon |
BegCtrlID contents+4 | Extended check box or extended push button (optional) |
BegCtrlID contents+5 | Extended check box or extended push button icon (optional) |
For additional information, see Customizing CPSUI-Supported Window Controls.
Requirements
Header: compstui.h (include Compstui.h)