ShellComboBoxCurrentFolderIdList Property |
Get or set the ItemIdList of the currently selected folder,
returns null if nothing is selected, may not be explicitly set to null.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ItemIdList CurrentFolderIdList { get; set; }Public Property CurrentFolderIdList As ItemIdList
Get
Set
public:
property ItemIdList^ CurrentFolderIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}member CurrentFolderIdList : ItemIdList with get, set
Property Value
ItemIdList
See Also