Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These properties define the state of a display table (for objects that expose property sheets, such as dialog boxes).
| Constant | Description | Data type | Property ID | Property Tag |
|---|---|---|---|---|
| PR_CONTROL_FLAGS | Contains a bitmask of flags governing the behavior of a control used in a dialog box built from a display table. | PT_LONG | 0x3F00 | 0x3F000003 |
| PR_CONTROL_STRUCTURE | Contains a pointer to a structure for a control used in a dialog box. | PT_BINARY | 0x3F01 | 0x3F010102 |
| PR_CONTROL_TYPE | Contains a value indicating a control type for a control used in a dialog box. | PT_LONG | 0x3F02 | 0x3F020003 |
| PR_DELTAX | Contains the width of a dialog box control in standard Windows dialog units. | PT_LONG | 0x3F03 | 0x3F030003 |
| PR_DELTAY | conTains the height of a dialog box control in standard Windows dialog units. | PT_LONG | 0x3F04 | 0x3F040003 |
| PR_XPOS | Contains the x coordinate of the starting position (the upper-left corner) of a dialog box control, in standard Windows dialog units. | PT_LONG | 0x3F05 | 0x3F050003 |
| PR_YPOS | Contains the y coordinate of the starting position (the upper-left corner) of a dialog box control, in standard Windows dialog units. | PT_LONG | 0x3F06 | 0x3F060003 |
| PR_CONTROL_ID | Contains a unique identifier for a control used in a dialog box. | PT_BINARY | 0x3F07 | 0x3F070102 |
| PR_INITIAL_DETAILS_PANE | Contains the property page in a property sheet to be displayed first. | PT_LONG | 0x3F08 | 0x3F080003 |
See Also
Send Feedback on this topic to the authors