ShellBrowser .Net Edition
ShellComboItem Constructor (p_PIDL, p_Caption, p_Indent, p_Persistent)
NamespacesJam.ShellShellComboItemShellComboItem(ItemIdList, String, Int32, Boolean)
Sets up a ShellComboItem.
Declaration Syntax
C#Visual BasicVisual C++
public ShellComboItem(
	ItemIdList p_PIDL,
	string p_Caption,
	int p_Indent,
	bool p_Persistent
)
Public Sub New ( _
	p_PIDL As ItemIdList, _
	p_Caption As String, _
	p_Indent As Integer, _
	p_Persistent As Boolean _
)
public:
ShellComboItem(
	ItemIdList^ p_PIDL, 
	String^ p_Caption, 
	int p_Indent, 
	bool p_Persistent
)
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
p_Persistent (Boolean)
true if the the Item is persistent

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