XtraDialog.ShowAsync Method
Name | Parameters | Description |
---|---|---|
ShowAsync(XtraDialogArgs) static | args | Displays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes. |
ShowAsync(Control) static | content | Displays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes. |
ShowAsync(IWin32Window, Control) static | owner, content | Displays the XtraDialog asynchronously and returns the Task that is completed when the XtraDialog closes. |