Back to Devexpress

XtraMessageBox.ShowAsync Method

windowsforms-devexpress-dot-xtraeditors-dot-xtramessagebox-dot-showasync.md

latest1.4 KB
Original Source

XtraMessageBox.ShowAsync Method

NameParametersDescription
ShowAsync(XtraMessageBoxArgs) staticargsDisplays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes.
ShowAsync(String) statictextDisplays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes.
ShowAsync(IWin32Window, String) staticowner, textDisplays the XtraMessageBox asynchronously and returns the Task that is completed when the XtraMessageBox closes.