PR_CONTROL_TYPE
The PR_CONTROL_TYPE property contains a value indicating a control type for a control used in a dialog box.
Quick Info
Header file: |
MAPITAGS.H |
Must be a column in: |
Display tables |
Identifier: |
0x3F02 |
Property type: |
PT_LONG |
Property tag: |
0x3F020003 |
Remarks
The PR_CONTROL_TYPE 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.
See Also
Dialog Box Control Properties, DTCTL