• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpDialogs
      • SharpDialogFilter
      • SharpDialogHelpers
      • SharpFileOpenDialog
      • SharpFileSaveDialog
      • SharpFolderBrowserDialog
      • SharpInputBox
      • SharpProgressDialog
    • SharpDialogs.Wpf
      • SharpFileOpenDialogWpf
      • SharpFileSaveDialogWpf
      • SharpFolderBrowserDialogWpf
      • SharpProgressDialogWpf
    • SharpWpfAboutBox
      • SharpAboutBox
      • SharpAppProperties

    Class SharpFolderBrowserDialogWpf

    A folder browser dialog for WPF.

    Inheritance
    object
    SharpFolderBrowserDialogWpf
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SharpDialogs.Wpf
    Assembly: SharpDialogs.Wpf.dll
    Syntax
    public static class SharpFolderBrowserDialogWpf

    Methods

    | Edit this page View Source

    ShowMultiSelect(Window?, string?, string?)

    Shows a dialog to select multiple folders.

    Declaration
    public static IReadOnlyList<string>? ShowMultiSelect(Window? owner, string? title = null, string? initialDirectory = null)
    Parameters
    Type Name Description
    Window owner

    The owner window.

    string title

    The title of the dialog.

    string initialDirectory

    The initial directory.

    Returns
    Type Description
    IReadOnlyList<string>

    Returns the selected folders.

    | Edit this page View Source

    ShowSingleSelect(Window?, string?, string?)

    Shows a dialog to select a single folder.

    Declaration
    public static string? ShowSingleSelect(Window? owner, string? title = null, string? initialDirectory = null)
    Parameters
    Type Name Description
    Window owner

    The owner window.

    string title

    The title of the dialog.

    string initialDirectory

    The initial directory.

    Returns
    Type Description
    string

    Returns the selected folder.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright Jérémy Ansel (c) 2025