FolderNameEditor::FolderBrowserStyles Enumeration
This API supports the product 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.
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| BrowseForComputer | This API supports the product infrastructure and is not intended to be used directly from your code. The folder browser can only return computers. If the user selects anything other than a computer, the OK button is grayed. | |
| BrowseForEverything | This API supports the product infrastructure and is not intended to be used directly from your code. The folder browser can return any object that it can return. | |
| BrowseForPrinter | This API supports the product infrastructure and is not intended to be used directly from your code. The folder browser can only return printers. If the user selects anything other than a printer, the OK button is grayed. | |
| RestrictToDomain | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. The folder browser includes a TextBox control in the browse dialog box that allows the user to type the name of an item. |
Available since 1.1