Click or drag to resize

ShellComboBoxAddIdListToCombo Method (ItemIdList, Boolean)

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,
	bool p_Persistent
)

Parameters

p_ItemIdList
Type: Jam.ShellItemIdList
the ItemIdList to add
p_Persistent
Type: SystemBoolean
whether the added items are persistent

Return Value

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