ShellItem Constructor (ItemIdList, String) |
Sets up a ShellItem with a custom caption
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellItem(
ItemIdList p_PIDL,
string p_Caption
)
Public Sub New (
p_PIDL As ItemIdList,
p_Caption As String
)
public:
ShellItem(
ItemIdList^ p_PIDL,
String^ p_Caption
)
new :
p_PIDL : ItemIdList *
p_Caption : string -> ShellItem
Parameters
- p_PIDL
- Type: Jam.ShellItemIdList
Its ItemIdList - p_Caption
- Type: SystemString
the caption that is displayed
See Also