Click or drag to resize

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
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
the ItemIdList to add

Return Value

Type: Int32
The index to the last item of the p_ItemIdList within the ShellCombo
See Also