Skip to content

FileDialog

ProGraMajster edited this page Mar 28, 2026 · 1 revision

FileDialog

← Back to Control Inventory

Summary

Represents a base class for file dialogs.

Example

var control = new FileDialog();

Documented Properties

Name Summary
FileName Gets or sets the selected files. If there are multiple files selected, the first one is returned.
FileNames Gets or sets the selected files.

Documented Methods

Name Summary
AddFilter Adds a file filter choice to the dialog.

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