Click or drag to resize

ShellComboBoxAddIdListToCombo(ItemIdList) Method

Adds the folders of the given ItemIdList as non-persistent items to the combobox.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected int AddIdListToCombo(
	ItemIdList p_ItemIdList
)

Parameters

p_ItemIdList  ItemIdList
the ItemIdList to add

Return Value

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