PidTagControlType Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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

Remarks

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.

Header Files

  • Mapidefs.h
    Provides data type definitions.

  • mapitags.h
    Contains definitions of properties listed as alternate names.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names