Click or drag to resize

ShellItem Constructor (ItemIdList, String)

Sets up a ShellItem with a custom caption

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellItem(
	ItemIdList p_PIDL,
	string p_Caption
)

Parameters

p_PIDL
Type: Jam.ShellItemIdList
Its ItemIdList
p_Caption
Type: SystemString
the caption that is displayed
See Also