Skip to main content

IDialogService Members

Provides methods for showing the standard dialog boxes.

#Methods

Name Description
GetParentWindow()
ShowError(String, String) Shows the error dialog with the specified text and caption.
ShowInformation(String, String) Shows the information dialog with the specified text and caption.
ShowOpenFileDialog(String, String) Shows the Open dialog with the specified settings.
ShowOpenFileDialog(String, String, out 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