2027 Members
Changes 0
M

TaskDialog Properties

Name Return Type Description Inherited From
P AllowCancellation bool Whether the task dialog can be cancelled if no cancel button is specified.
P CommonButtons TaskDialogCommonButtons The push buttons displayed in the task dialog.
P DefaultButton TaskDialogResult The default button for the dialog.
P EnableMarqueeProgressBar bool Enables a marquee style progress bar to be displayed in the TaskDialog.
P ExpandedContent string ExpandedContent is hidden by default and will display at the bottom of the task dialog when the "Show details" button is pressed.
P ExtraCheckBoxText string ExtraCheckBoxText is used to label the extra checkbox.
P FooterText string FooterText is used in the footer area of the task dialog.
P Id string The Id of the task dialog.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject ) APIObject
P MainContent string MainContent is the smaller text that appears just below the main instructions.
P MainIcon TaskDialogIcon The icon shown in the task dialog.
P MainInstruction string The large primary text that appears at the top of a task dialog.
P Title string Title of the task dialog.
P TitleAutoPrefix bool Whether the TaskDialog's title will automatically have the add-in name added as a prefix.
P VerificationText string VerificationText is used to label the verification checkbox.