alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FolderBrowserFolder

    Specifies constants that define the location of the root folder in the folder browser dialog.

    Inheritance
    System.Object
    FolderBrowserFolder
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class FolderBrowserFolder : Enum
    Remarks

    The FolderBrowserFolder enumeration specifies the location of the root folder from which the FolderBrowser component will start browsing. Only the specified folder and folders beneath it in the namespace hierarchy will appear in the dialog. This enumerator provides a simple way to set the ITEMIDLIST structure (PIDL) for the folder browser dialog. For more information on the functional significance of these values please refer to the Platform SDK documentation on the Shell API and the CSIDL Values.

    Fields

    AdminTools

    File system directory used to store administrative tools for an individual user.

    Declaration
    public const FolderBrowserFolder AdminTools
    Field Value
    Type
    FolderBrowserFolder

    BitBucket

    Virtual folder that contains the objects in the user's Recycle Bin.

    Declaration
    public const FolderBrowserFolder BitBucket
    Field Value
    Type
    FolderBrowserFolder

    CDBurnArea

    File system folder used to hold data for burning to a CD.

    Declaration
    public const FolderBrowserFolder CDBurnArea
    Field Value
    Type
    FolderBrowserFolder

    CommonAdminTools

    File system directory that contains administrative tools for all users.

    Declaration
    public const FolderBrowserFolder CommonAdminTools
    Field Value
    Type
    FolderBrowserFolder

    CommonDocuments

    File system directory that contains documents that are common to all users.

    Declaration
    public const FolderBrowserFolder CommonDocuments
    Field Value
    Type
    FolderBrowserFolder

    CommonMusic

    My Music folder for all users.

    Declaration
    public const FolderBrowserFolder CommonMusic
    Field Value
    Type
    FolderBrowserFolder

    CommonOemLinks

    Folder containing links to OEM specific applications for all users.

    Declaration
    public const FolderBrowserFolder CommonOemLinks
    Field Value
    Type
    FolderBrowserFolder

    CommonPictures

    My Pictures folder for all users.

    Declaration
    public const FolderBrowserFolder CommonPictures
    Field Value
    Type
    FolderBrowserFolder

    CommonVideo

    My Video folder for all users.

    Declaration
    public const FolderBrowserFolder CommonVideo
    Field Value
    Type
    FolderBrowserFolder

    ComputersNearMe

    Computers Near Me folder.

    Declaration
    public const FolderBrowserFolder ComputersNearMe
    Field Value
    Type
    FolderBrowserFolder

    Controls

    Virtual folder that contains icons for Control Panel applications.

    Declaration
    public const FolderBrowserFolder Controls
    Field Value
    Type
    FolderBrowserFolder

    CustomStartLocation

    Use custom start folder (CustomStartLocation).

    Declaration
    public const FolderBrowserFolder CustomStartLocation
    Field Value
    Type
    FolderBrowserFolder

    Desktop

    Windows desktop virtual folder that is the root of the name space.

    Declaration
    public const FolderBrowserFolder Desktop
    Field Value
    Type
    FolderBrowserFolder

    DesktopDirectory

    File system directory used to physically store file objects on the desktop.

    Declaration
    public const FolderBrowserFolder DesktopDirectory
    Field Value
    Type
    FolderBrowserFolder

    Favorites

    File system directory that serves as a common repository for the user's favorite items.

    Declaration
    public const FolderBrowserFolder Favorites
    Field Value
    Type
    FolderBrowserFolder

    FlagCreate

    Combine this flag with the desired CSIDL_ value to force the creation of the associated folder.

    Declaration
    public const FolderBrowserFolder FlagCreate
    Field Value
    Type
    FolderBrowserFolder

    FlagDontVerify

    Combine this flag with the desired CSIDL_ value to return an unverified folder path.

    Declaration
    public const FolderBrowserFolder FlagDontVerify
    Field Value
    Type
    FolderBrowserFolder

    FlagMask

    Mask for all possible CSIDL flag values.

    Declaration
    public const FolderBrowserFolder FlagMask
    Field Value
    Type
    FolderBrowserFolder

    FlagNoAlias

    Combine this flag with the desired CSIDL_ value to force a non-alias version of the PIDL.

    Declaration
    public const FolderBrowserFolder FlagNoAlias
    Field Value
    Type
    FolderBrowserFolder

    FlagPerUserInit

    Combine this flag with the desired CSIDL_ value to indicate per-user initialization.

    Declaration
    public const FolderBrowserFolder FlagPerUserInit
    Field Value
    Type
    FolderBrowserFolder

    Fonts

    Virtual folder that contains fonts.

    Declaration
    public const FolderBrowserFolder Fonts
    Field Value
    Type
    FolderBrowserFolder

    Internet

    Virtual folder that represents the Internet.

    Declaration
    public const FolderBrowserFolder Internet
    Field Value
    Type
    FolderBrowserFolder

    MyComputer

    My Computer virtual folder that contains everything on the local computer: storage devices, printers and Control Panel.

    Declaration
    public const FolderBrowserFolder MyComputer
    Field Value
    Type
    FolderBrowserFolder

    MyDocuments

    Virtual folder that contains the objects in the user's My Documents folder.

    Declaration
    public const FolderBrowserFolder MyDocuments
    Field Value
    Type
    FolderBrowserFolder

    MyMusic

    File system directory that serves as a common repository for music files.

    Declaration
    public const FolderBrowserFolder MyMusic
    Field Value
    Type
    FolderBrowserFolder

    MyPictures

    My Pictures folder.

    Declaration
    public const FolderBrowserFolder MyPictures
    Field Value
    Type
    FolderBrowserFolder

    MyVideo

    File system directory that serves as a common repository for video files.

    Declaration
    public const FolderBrowserFolder MyVideo
    Field Value
    Type
    FolderBrowserFolder

    NetAndDialUpConnections

    Virtual folder that contains network and dial-up connections.

    Declaration
    public const FolderBrowserFolder NetAndDialUpConnections
    Field Value
    Type
    FolderBrowserFolder

    NetHood

    A file system folder that contains the link objects that can exist in the My Network Places virtual folder.

    Declaration
    public const FolderBrowserFolder NetHood
    Field Value
    Type
    FolderBrowserFolder

    NetworkNeighborhood

    Network Neighborhood virtual folder that represents the root of the network namespace hierarchy.

    Declaration
    public const FolderBrowserFolder NetworkNeighborhood
    Field Value
    Type
    FolderBrowserFolder

    Personal

    File system directory that serves as a common repository for documents.

    Declaration
    public const FolderBrowserFolder Personal
    Field Value
    Type
    FolderBrowserFolder

    Printers

    Virtual folder that contains installed printers.

    Declaration
    public const FolderBrowserFolder Printers
    Field Value
    Type
    FolderBrowserFolder

    ProgramFiles

    Program files folder

    Declaration
    public const FolderBrowserFolder ProgramFiles
    Field Value
    Type
    FolderBrowserFolder

    Programs

    File system directory that contains the user's program groups.

    Declaration
    public const FolderBrowserFolder Programs
    Field Value
    Type
    FolderBrowserFolder

    Recent

    File system directory that contains the user's most recently used documents.

    Declaration
    public const FolderBrowserFolder Recent
    Field Value
    Type
    FolderBrowserFolder

    Resources

    System resource directory.

    Declaration
    public const FolderBrowserFolder Resources
    Field Value
    Type
    FolderBrowserFolder

    ResourcesLocalized

    Localized resource directory.

    Declaration
    public const FolderBrowserFolder ResourcesLocalized
    Field Value
    Type
    FolderBrowserFolder

    SendTo

    File system directory that contains Send To menu items.

    Declaration
    public const FolderBrowserFolder SendTo
    Field Value
    Type
    FolderBrowserFolder

    StartMenu

    File system directory that contains Start Menu items.

    Declaration
    public const FolderBrowserFolder StartMenu
    Field Value
    Type
    FolderBrowserFolder

    Startup

    File system directory that corresponds to the user's Startup program group.

    Declaration
    public const FolderBrowserFolder Startup
    Field Value
    Type
    FolderBrowserFolder

    Templates

    File system directory that serves as a common repository for document templates.

    Declaration
    public const FolderBrowserFolder Templates
    Field Value
    Type
    FolderBrowserFolder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved