Share via


How to: Work with Dialog Boxes

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

When you build applications in the WPF Designer for Visual Studio, you sometimes need to add dialog boxes to your applications. Dialog boxes include the following:

  • The Open dialog box.

  • The Save As dialog box.

  • The Print dialog box.

  • Custom dialog boxes.

In the WPF Designer, you work with dialog boxes the same way that you work with them in any WPF application. For more information, see Dialog Boxes Overview.

See Also

Reference

PrintDialog

OpenFileDialog

SaveFileDialog

Other Resources

Layouts in the WPF Designer

How to: Open a Dialog Box

How to: Return a Dialog Box Result