ShellItem(ItemIdList, String) Constructor |
Sets up a ShellItem with a custom caption
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 -> ShellItemParameters
- p_PIDL ItemIdList
- Its ItemIdList
- p_Caption String
- the caption that is displayed
See Also