Task Dialogs Notifications (Compact 2013)
3/28/2014
The task dialog sends certain notifications, which are received only through the task dialog callback function, which you can register using TaskDialogIndirect.
Note that the following Windows Vista definitions are not supported:
TDN_NAVIGATED = 1
TDN_HYPERLINK_CLICKED = 3
TDN_TIMER = 4
TDN_HELP = 9
TDN_EXPANDO_BUTTON_CLICKED = 10
This section describes the following task dialog notifications:
- TDN_BUTTON_CLICKED
- TDN_CREATED
- TDN_DESTROYED
- TDN_DIALOG_CONSTRUCTED
- TDN_RADIO_BUTTON_CLICKED
- TDN_VERIFICATION_CLICKED
See Also
Reference
Task Dialogs Reference
Task Dialogs Functions
Task Dialogs Structures
Task Dialogs Enumerations
Task Dialogs Messages