FolderNameEditor::FolderBrowser Class
Represents a dialog box that allows the user to choose a folder. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
System::MarshalByRefObject
System.ComponentModel::Component
System.Windows.Forms.Design::FolderNameEditor::FolderBrowser
| Name | Description | |
|---|---|---|
![]() | FolderNameEditor::FolderBrowser() | Initializes a new instance of the FolderNameEditor::FolderBrowser class. |
| Name | Description | |
|---|---|---|
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | Description | Gets or sets a description to show above the folders. |
![]() | DirectoryPath | Gets the directory path to the object the user picked. |
![]() | Site | |
![]() | StartLocation | Gets or sets the start location of the root node. |
![]() | Style | The styles the folder browser will use when browsing folders. This should be a combination of flags from the FolderNameEditor::FolderBrowserStyles enumeration. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | ShowDialog() | Shows the folder browser dialog. |
![]() | ShowDialog(IWin32Window^) | Shows the folder browser dialog with the specified owner. |
![]() | ToString() |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


