Skip to content

SaveFileDialog

ProGraMajster edited this page Mar 28, 2026 · 1 revision

SaveFileDialog

← Back to Control Inventory

Summary

Represents a class for a file save dialog.

Example

var dialog = new SaveFileDialog();

Documented Properties

Name Summary
DefaultExtension Gets or sets the default save extension. For example: "txt".

Documented Methods

Name Summary
ShowDialog Shows the dialog to the user.

Documented Events

No documented members yet.

Notes

  • This page was generated from the public XML documentation of ModernFormsNext.
  • Base members inherited from Control, ScrollableControl, WindowBase, or other parent types may not all be repeated here.

ModernFormsNext

Clone this wiki locally