The folderPane type exposes the following methods.
Name | Description | |
---|---|---|
![]() |
canGoToFolder(String) | Verifies whether the specified special folder is available. |
![]() |
deselectAll | Clears the selection from all folder pane items. |
![]() |
goToFolder(String) | Navigates to the specified folder. The parameter can contain either a path to the target folder (for example, C:/Images ) or a
member of enumeration which specifies a special folder (for example, My Documents, My Pictures, etc.).
|
![]() |
goToParentFolder | Navigates to the parent folder. |
![]() |
goToPreviousFolder | Navigates to the previous folder. |
![]() |
selectAll | Selects all the items in the folder pane. |