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
)
Protected Function AddIdListToCombo (
p_ItemIdList As ItemIdList,
p_Persistent As Boolean
) As Integer
protected:
int AddIdListToCombo(
ItemIdList^ p_ItemIdList,
bool p_Persistent
)
member AddIdListToCombo :
p_ItemIdList : ItemIdList *
p_Persistent : bool -> int
Parameters
- p_ItemIdList
- Type: Jam.ShellItemIdList
the ItemIdList to add - p_Persistent
- Type: SystemBoolean
whether the added items are persistent
Return Value
Type:
Int32The index to the last item of the p_ItemIdList within the ShellCombo
See Also