XtraMessageBox.ShowAsync Method
| Name | Parameters | Description |
|---|---|---|
| ShowAsync(XtraMessageBoxArgs) static | args | Displays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes. |
| ShowAsync(String) static | text | Displays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes. |
| ShowAsync(IWin32Window, String) static | owner, text | Displays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes. |