Application.ShowBusyMessage method
It will show the message passed as an argument on UI with spinner. The show busy message refers to the condition where all controls are hidden, and an animation is played along with a user-defined message.
public void ShowBusyMessage(string message)
parameter | description |
---|---|
message | Busy state message |
See Also
- class Application
- namespace Autodesk.DataExchange.UI