Share

TaskDialog Methods

The TaskDialog type exposes the following members.

Methods

 NameDescription
Public methodAddCommandLink(TaskDialogCommandLinkId, String) Adds a CommandLink associated to the given id, displaying the indicating main content.
Public methodAddCommandLink(TaskDialogCommandLinkId, String, String) Adds a CommandLink associated to the given id, displaying the indicating main and supporting content.
Public methodDisposeCauses the object to release immediately any resources it may be utilizing.
(Inherited from APIObject)
Public methodEnableDoNotShowAgain Enables the "Do not show again" for a task dialog.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodShow() Shows the task dialog.
Public methodStatic memberShow(String, String) Shows a task dialog with title, main instruction and a Close button.
Public methodStatic memberShow(String, String, TaskDialogCommonButtons) Shows a task dialog with title, main instruction and common buttons.
Public methodStatic memberShow(String, String, TaskDialogCommonButtons, TaskDialogResult) Shows a task dialog with title, main instruction, common buttons and default buttons.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWasExtraCheckBoxChecked Gets the status of the extra checkbox.
Public methodWasVerificationChecked Gets the status of the verification checkbox.

See Also

Reference

Was this information helpful?