TASKDIALOG_ELEMENTS (Compact 2013)
3/28/2014
This enumeration specifies which task dialog elements to modify.
Syntax
typedef enum _TASKDIALOG_ELEMENTS {
TDE_CONTENT = 0x0000,
TDE_MAIN_INSTRUCTION = 0x0003
} TASKDIALOG_ELEMENTS;
Parameters
- TDE_CONTENT
Specifies content.
- TDE_MAIN_INSTRUCTION
Specifies a subtitle.
Remarks
TDM_SET_ELEMENT_TEXT and TDM_UPDATE_ELEMENT_TEXT use the values in this enumeration to specify which task dialog elements to set or update.
Requirements
Header |
shellctrls.h |
See Also
Reference
Task Dialogs Enumerations
TDM_SET_ELEMENT_TEXT
TDM_UPDATE_ELEMENT_TEXT