ItemIdListCaption Property |
Returns the display name of the object for that this ItemIdList stands for. This does not
neccessarily return the complete filename of the object, refer to
Path if this
functionality is required.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public string Caption { get; }
Public ReadOnly Property Caption As String
Get
public:
virtual property String^ Caption {
String^ get () sealed;
}
abstract Caption : string with get
override Caption : string with get
Property Value
Type:
StringImplements
IJamItemIdListCaptionSee Also