BrowseForFolderSelectedPath Property |
Gets or sets the directory the dialog initially displays.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
StringThe full pathname of the initial directory.
See Also