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
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,28 @@
---
title: "SaveFileDialog Component"
ms.date: "03/30/2017"
helpviewer_keywords:
- "Save File dialog box"
- "SaveFileDialog component"
ms.assetid: 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](savefiledialog-component-overview-windows-forms.md)
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](how-to-save-files-using-the-savefiledialog-component.md)
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.
## Related Sections
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
Provides a complete list of Windows Forms controls, with links to information on their use.
[Dialog-Box Controls and Components](dialog-box-controls-and-components-windows-forms.md)
Describes a set of controls and components that allow users to perform standard interactions with the application or system.