ShellBrowser .Net Edition
CurrentFolderIdList Property
NamespacesJam.ShellShellComboBoxCurrentFolderIdList
Get or set the ItemIdList of the currently selected folder, returns null if nothing is selected, may not be explicitly set to null.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList CurrentFolderIdList { get; set; }
Public Property CurrentFolderIdList As ItemIdList
public:
property ItemIdList^ CurrentFolderIdList {
	ItemIdList^ get ();
	void set (ItemIdList^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)