• 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 SharpFolderBrowserDialog

    A folder browser dialog.

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

    Methods

    | Edit this page View Source

    ShowMultiSelect(nint, string?, string?)

    Shows a dialog to select multiple folders.

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

    The handle of 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(nint, string?, string?)

    Shows a dialog to select a single folder.

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

    The handle of 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