Click or drag to resize

ShellComboItem Constructor (ItemIdList, String, Int32, Boolean)

Sets up a ShellComboItem.

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

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
p_Persistent
Type: SystemBoolean
true if the the Item is persistent
See Also