ShellSystemListItems Property |
The List of items that the ole shell instance displays. One cannot remove several items
from this datastructure in order to remove them from the listview.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellSystemListItemCollection Items { get; }
Public ReadOnly Property Items As ShellSystemListItemCollection
Get
public:
property ShellSystemListItemCollection^ Items {
ShellSystemListItemCollection^ get ();
}
member Items : ShellSystemListItemCollection with get
Property Value
Type:
ShellSystemListItemCollectionSee Also