--- 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 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 class. ## In This Section [SaveFileDialog Component Overview](savefiledialog-component-overview-windows-forms.md) Introduces the general concepts of the 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 component at run time. ## Reference 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.