ShellComboBoxSelectedPath Property |
Use this property to get or set the currently selected path the ShellCombo is displaying.
The path may be empty if the user selected an object that does not belong to the filesystem (i.e. Network). If you'd like to also handle these virtual file items, consider using the
CurrentFolderIdList property instead.
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:
StringSee Also