ShellBrowser .Net Edition
ShellComboItem Constructor (p_PIDL, p_Caption, p_Indent)
NamespacesJam.ShellShellComboItemShellComboItem(ItemIdList, String, Int32)
Sets up a non persistent ShellComboItem. You need to construct a ShellComboItem with to explicitly create persistent items
Declaration Syntax
C#Visual BasicVisual C++
public ShellComboItem(
	ItemIdList p_PIDL,
	string p_Caption,
	int p_Indent
)
Public Sub New ( _
	p_PIDL As ItemIdList, _
	p_Caption As String, _
	p_Indent As Integer _
)
public:
ShellComboItem(
	ItemIdList^ p_PIDL, 
	String^ p_Caption, 
	int p_Indent
)
Parameters
p_PIDL (ItemIdList)
Its ItemIdList
p_Caption (String)
the caption displayed in the dropdown-menu
p_Indent (Int32)
The Indentation of the item if displayed in the tree structure

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)