ShellBrowser .Net Edition
AddIdListToCombo Method (p_ItemIdList, p_Persistent)
NamespacesJam.ShellShellComboBoxAddIdListToCombo(ItemIdList, Boolean)
Adds the folders of the given ItemIdList as (non)persistent items to the combobox.
Declaration Syntax
C#Visual BasicVisual C++
protected int AddIdListToCombo(
	ItemIdList p_ItemIdList,
	bool p_Persistent
)
Protected Function AddIdListToCombo ( _
	p_ItemIdList As ItemIdList, _
	p_Persistent As Boolean _
) As Integer
protected:
int AddIdListToCombo(
	ItemIdList^ p_ItemIdList, 
	bool p_Persistent
)
Parameters
p_ItemIdList (ItemIdList)
the ItemIdList to add
p_Persistent (Boolean)
whether the added items are persistent
Return Value
The index to the last item of the p_ItemIdList within the ShellCombo

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