TaskDialog Methods


Task Dialog Methods

The TaskDialog type exposes the following members.

Methods
Name Description
Public method AddCommandLink(TaskDialogCommandLinkId, String) Adds a CommandLink associated to the given id, displaying the indicating main content.
Public method AddCommandLink(TaskDialogCommandLinkId, String, String) Adds a CommandLink associated to the given id, displaying the indicating main and supporting content.
Public method Dispose Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject )
Public method EnableDoNotShowAgain Enables the "Do not show again" for a task dialog.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method Show Shows the task dialog.
Public method Static member Show(String, String) Shows a task dialog with title, main instruction and a Close button.
Public method Static member Show(String, String, TaskDialogCommonButtons) Shows a task dialog with title, main instruction and common buttons.
Public method Static member Show(String, String, TaskDialogCommonButtons, TaskDialogResult) Shows a task dialog with title, main instruction, common buttons and default buttons.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Public method WasExtraCheckBoxChecked Gets the status of the extra checkbox.
Public method WasVerificationChecked Gets the status of the verification checkbox.
Top
See Also