There are two ways
to create and show a task dialog to the user. The first option is to create a
new instance of the TaskDialog, set its properties individually, and use the
instance method Show() to show it to the user. The second is to use one of
the static Show() methods to construct and show the dialog in one step. When
you use the static methods only a subset of the options can be specified. |
|
And task dialogs
can be used to set instructions, detailed text, icons, buttons, command
links, verification texts, etc. |
|