ShellSystemListItemCaption Property |
Get the caption of the ItemIdList this Item represents.
Caption. This does not neccessarily represent the
full filename of the item, instead refer to the
FullPath property
if this functionality is needed.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string Caption { get; }Public ReadOnly Property Caption As String
Get
public:
property String^ Caption {
String^ get ();
}member Caption : string with get
Property Value
String
See Also