This documentation is archived and is not being maintained.
FolderNameEditor::FolderBrowserStyles Enumeration
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Defines identifiers used to specify behavior of a FolderNameEditor::FolderBrowser.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Forms.DesignAssembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| BrowseForComputer | The folder browser can only return computers. If the user selects anything other than a computer, the OK button is grayed. | |
| BrowseForEverything | The folder browser can return any object that it can return. | |
| BrowseForPrinter | The folder browser can only return printers. If the user selects anything other than a printer, the OK button is grayed. | |
| RestrictToDomain | The folder browser will not include network folders below the domain level in the dialog box's tree view control, or allow navigation to network locations outside of the domain. | |
| RestrictToFilesystem | The folder browser will only return local file system directories. If the user selects folders that are not part of the local file system, the OK button is grayed. | |
| RestrictToSubfolders | The folder browser will only return obejcts of the local file system that are within the root folder or a subfolder of the root folder. If the user selects a subfolder of the root folder that is not part of the local file system, the OK button is grayed. | |
| ShowTextBox | The folder browser includes a TextBox control in the browse dialog box that allows the user to type the name of an item. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: