ShellComboBoxAddIdListToCombo Method (ItemIdList) |
Adds the folders of the given ItemIdList as non-persistent items to the combobox.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected int AddIdListToCombo(
ItemIdList p_ItemIdList
)
Protected Function AddIdListToCombo (
p_ItemIdList As ItemIdList
) As Integer
protected:
int AddIdListToCombo(
ItemIdList^ p_ItemIdList
)
member AddIdListToCombo :
p_ItemIdList : ItemIdList -> int
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
the ItemIdList to add
Return Value
Type:
Int32The index to the last item of the p_ItemIdList within the ShellCombo
See Also