BrowseForFolderSelectedPath Property |
After
ShowDialog gets the path that was selected. If this property is set before displaying the dialog sets the path the dialog initially selects.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string SelectedPath { get; set; }
Public Property SelectedPath As String
Get
Set
public:
property String^ SelectedPath {
String^ get ();
void set (String^ value);
}
member SelectedPath : string with get, set
Property Value
Type:
StringThe full pathname of the initial or selected directory.
Remarks
If
FileSystemOnly is false and folders without physical path can be selected, this property might return an empty string.
In these cases
SelectedFolderIdList gives you access to the selected folder.
See Also