Displays a modal dialog allowing the user to select a folder. The return value can be used to determine if the dialog was canceled without selecting a folder. the folder property can be used to get the selected folder.
"folderDialog_var" is a variable referencing a FolderDialog object. |
"folderDialog_var" is a variable referencing a FolderDialog object. |
| Type | Description |
| DialogResults | Returns an enum value indicating which button was clicked on the dialog. |
| Name | Description |
| File Dialog Sample | Demonstrating how to pop up a file dialog and a folder dialog. |