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
Syntaxpublic JamItemIdListCollection ShellItems { get; set; }Public Property ShellItems As JamItemIdListCollection
	Get
	Set
public:
property JamItemIdListCollection^ ShellItems {
	JamItemIdListCollection^ get ();
	void set (JamItemIdListCollection^ value);
}member ShellItems : JamItemIdListCollection with get, set
Property Value
Type: 
JamItemIdListCollectionA 
JamItemIdListCollection of ItemIdLists.
See Also