Skip to content

FolderBrowserDialog

ProGraMajster edited this page Mar 28, 2026 · 1 revision

FolderBrowserDialog

← Back to Control Inventory

Summary

Represents a dialog for choosing a file system directory.

Example

var dialog = new FolderBrowserDialog();

Documented Properties

Name Summary
SelectedPath Gets or sets the selected folder path.

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