2027 Members
Changes 0
M

TaskDialog Methods

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