.NET Framework Class Library for Silverlight
SaveFileDialog.ShowDialog Method
Displays a modal SaveFileDialog.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
ShowDialog() | Displays a SaveFileDialog that is modal to the Web browser or main window. |
|
ShowDialog(Window) | Displays an SaveFileDialog that is modal to the specified window. |
See Also