Shows a task dialog with title, main instruction, common buttons and default buttons. 
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# | 
|---|
public static TaskDialogResult Show( string title, string mainInstruction, TaskDialogCommonButtons buttons, TaskDialogResult defaultButton )  | 
| Visual Basic | 
|---|
Public Shared Function Show ( _ title As String, _ mainInstruction As String, _ buttons As TaskDialogCommonButtons, _ defaultButton As TaskDialogResult _ ) As TaskDialogResult  | 
| Visual C++ | 
|---|
public: static TaskDialogResult Show( String^ title, String^ mainInstruction, TaskDialogCommonButtons buttons, TaskDialogResult defaultButton )  | 
Parameters
- title
 - Type: System..::..String
The title of the task dialog. 
- mainInstruction
 - Type: System..::..String
The main instruction of the task dialog. 
- buttons
 - Type: Autodesk.Revit.UI..::..TaskDialogCommonButtons
The common buttons to be shown the task dialog. 
- defaultButton
 - Type: Autodesk.Revit.UI..::..TaskDialogResult
The default button of the task dialog.