ShellControlConnectorHistoryItems Property |
Gets the list of entries currently stored in the history.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public List<ShellItem> HistoryItems { get; }
Public ReadOnly Property HistoryItems As List(Of ShellItem)
Get
public:
property List<ShellItem^>^ HistoryItems {
List<ShellItem^>^ get ();
}
member HistoryItems : List<ShellItem> with get
Property Value
Type:
ListShellItemThe history items.
See Also