| Revit 2022 API |
| MessageBoxData..::..DialogType Property |
| MessageBoxData Class See Also |
An integer that describes the standard windows type of the dialog box.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public int DialogType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DialogType As Integer Get |
| Visual C++ |
|---|
public: property int DialogType { int get (); } |