Skip to content

OpenFileDialog

ProGraMajster edited this page Mar 28, 2026 · 1 revision

OpenFileDialog

← Back to Control Inventory

Summary

Represents a class for a file open dialog.

Example

var dialog = new OpenFileDialog();
// Configure filters and show the dialog from your UI flow.

Documented Properties

Name Summary
AllowMultiple Gets or sets whether multiple files can be selected.

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