BrowseForFolderSelectedPath Property |
Gets or sets the directory the dialog initially displays.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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 directory.
See Also