TaskDialogResult Properties

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The TaskDialogResult type exposes the following members.

Properties

  NameDescription
CheckBoxChecked
Indicates whether the checkbox was checked or unchecked when the dialog was closed by the user.
CustomButtonClicked
Indicates which named custom button was selected by the user. It will be null if user cancelled the dialog or selected a standard button.
RadioButtonClicked
Indicates which radio button was selected when the user closed the dialog. It will be null if the user cancelled the dialog.
StandardButtonClicked
Indicates which standard button was selected by the user, if they selected a custom button.

See Also