PidTagControlType Canonical Property
Office 2007
Contains a value indicating a control type for a control used in a dialog box.
|
Associated properties: |
PR_CONTROL_TYPE |
|
Identifier: |
0x3F02 |
|
Data type: |
PT_LONG |
|
Area: |
MAPI display table |
This property can have exactly one of the following values:
- DTCT_BUTTON
-
A dialog button control.
- DTCT_CHECKBOX
-
A dialog check box.
- DTCT_COMBOBOX
-
A dialog combo box.
- DTCT_DDLBX
-
A dialog drop-down list box.
- DTCT_EDIT
-
A dialog edit text box.
- DTCT_GROUPBOX
-
A dialog group box.
- DTCT_LABEL
-
A dialog label.
- DTCT_LBX
-
A dialog list box.
- DTCT_LISTBOX
-
A dialog list box.
- DTCT_MVDDLBX
-
A multivalued list box populated by a multivalued property of type string.
- DTCT_PAGE
-
A dialog tabbed page.
- DTCT_RADIOBUTTON
-
A dialog radio button.