SaveFileDialog
(Microsoft.Win32.SaveFileDialog)
Inherits:
Microsoft.Win32.FileDialog
Interfaces:
Derived Types:
0
Assembly:
PresentationFramework.dll
Represents a common dialog that allows the user to specify a filename to save a file as. SaveFileDialog cannot be used by an application that is executing under partial trust.
VB.NET
C#
|
VB.NET
Public NotInheritable Class SaveFileDialog
Inherits Microsoft.Win32.FileDialog
End Class
Articles