| 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.
            
 ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
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
String See Also
See Also