Click or drag to resize

ShellContextMenuShellItems Property

Gets or sets a collection of ItemIdLists defining the objects the shell context menu will be displayed for.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public JamItemIdListCollection ShellItems { get; set; }

Property Value

Type: JamItemIdListCollection
A JamItemIdListCollection of ItemIdLists.
See Also