Click or drag to resize

ShellItem Constructor (ItemIdList, String)

Sets up a ShellItem with a custom caption

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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