Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/savefiledialog-component-windows-forms.md
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.6 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
SaveFileDialog Component 03/30/2017
Save File dialog box
SaveFileDialog component
6f5d9321-37d7-4448-ac4c-a33c42b2a766

SaveFileDialog Component (Windows Forms)

The Windows Forms xref:System.Windows.Forms.SaveFileDialog component is a pre-configured dialog box. It is the same as the standard Save File dialog box used by Windows. It inherits from the xref:System.Windows.Forms.CommonDialog class.

In This Section

SaveFileDialog Component Overview
Introduces the general concepts of the xref:System.Windows.Forms.SaveFileDialog component, which allows you to display a pre-configured dialog that users can use to save a file to a specified location.

How to: Save Files Using the SaveFileDialog Component
Explains how to save a file via an instance of the xref:System.Windows.Forms.SaveFileDialog component at run time.

Reference

xref:System.Windows.Forms.SaveFileDialog class
Provides reference information on the class and its members.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.

Dialog-Box Controls and Components
Describes a set of controls and components that allow users to perform standard interactions with the application or system.