Click or drag to resize

ShellItem(ItemIdList, String) Constructor

Sets up a ShellItem with a custom caption

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

Parameters

p_PIDL  ItemIdList
Its ItemIdList
p_Caption  String
the caption that is displayed
See Also