Click or drag to resize

ShellComboItem Constructor (ItemIdList, String, Int32)

Sets up a non persistent ShellComboItem. You need to construct a ShellComboItem with ShellComboItem(ItemIdList, String, Int32, Boolean) to explicitly create persistent items

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public ShellComboItem(
	ItemIdList p_PIDL,
	string p_Caption,
	int p_Indent
)

Parameters

p_PIDL
Type: Jam.ShellItemIdList
Its ItemIdList
p_Caption
Type: SystemString
the caption displayed in the dropdown-menu
p_Indent
Type: SystemInt32
The Indentation of the item if displayed in the tree structure
See Also