Adds the folders of the given ItemIdList as (non)persistent items to the combobox.
| C# | Visual Basic | Visual 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 )
- p_ItemIdList (ItemIdList)
- the ItemIdList to add
- p_Persistent (Boolean)
- whether the added items are persistent
The index to the last item of the p_ItemIdList within the ShellCombo