| Revit 2022 API |
| ProgressChangedEventArgs..::..Caption Property |
| ProgressChangedEventArgs Class See Also |
The text from the progress bar caption that describes the operation in progress
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public string Caption { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Caption As String Get |
| Visual C++ |
|---|
public: property String^ Caption { String^ get (); } |