Share

TaskDialog Properties

The TaskDialog type exposes the following members.

Properties

 NameDescription
Public propertyAllowCancellation Whether the task dialog can be cancelled if no cancel button is specified.
Public propertyCommonButtons The push buttons displayed in the task dialog.
Public propertyDefaultButton The default button for the dialog.
Public propertyEnableMarqueeProgressBar Enables a marquee style progress bar to be displayed in the TaskDialog.
Public propertyExpandedContent ExpandedContent is hidden by default and will display at the bottom of the task dialog when the "Show details" button is pressed.
Public propertyExtraCheckBoxText ExtraCheckBoxText is used to label the extra checkbox.
Public propertyFooterText FooterText is used in the footer area of the task dialog.
Public propertyId The Id of the task dialog.
Public propertyCode exampleIsReadOnlyIdentifies if the object is read-only or modifiable.
(Inherited from APIObject)
Public propertyMainContent MainContent is the smaller text that appears just below the main instructions.
Public propertyMainIcon The icon shown in the task dialog.
Public propertyMainInstruction The large primary text that appears at the top of a task dialog.
Public propertyTitle Title of the task dialog.
Public propertyTitleAutoPrefix Whether the TaskDialog's title will automatically have the add-in name added as a prefix.
Public propertyVerificationText VerificationText is used to label the verification checkbox.

See Also

Reference

Was this information helpful?