| VistaFolderBrowserDialogSelectedPath Property |
Gets or sets the path selected by the user.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
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:
String
The path of the folder first selected in the dialog box or the last folder selected by the user. The default is an empty string ("").
See Also