TaskDialogResult Members

Vista Bridge Library

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

The TaskDialogResult type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a string representation of this object.
(Overrides Object..::.ToString()()().)

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