The API now offers
the ability to create and display Revit-style Task Dialogs. It is intended to
provide capabilities similar to System.Windows.Forms.MessageBox with a Revit
look-and-feel. |
|
TaskDialog and the
members of that class can be used to set the instructions, detailed text,
icons, buttons and command links to be displayed in the task dialog. Then
display the dialog using the Show() method. After the user responds to the
dialog by clicking one of the buttons or links, the Show() method returns an
identifier indicating the user's preferred choice. There are also shortcut
static Show() methods on this class providing a quick way to show simple task
dialogs. |
|