IDialogService Members
When implemented by a class, enables it to display dialog windows on the client.Methods
Name | Description |
---|---|
GetParentWindow() | Gets the parent window of the dialog box. |
ShowError(String, String) | Shows the error dialog with the specified text and caption. |
ShowInformation(String, String) | Shows a dialog with the specified text and caption. |
ShowOpenFileDialog(String, String, out String) | Shows the Open dialog with the specified settings. |
ShowOpenFileDialog(String, String) | Shows the Open dialog with the specified settings. |
ShowSaveFileDialog(String, String, Int32, String, String) | Shows the Save File dialog with the specified parameters. |
See Also