ShellContextMenuShellItem Property |
Gets or sets the
ItemIdList for which the context menu is invoked.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public ItemIdList ShellItem { get; set; }
Public Property ShellItem As ItemIdList
Get
Set
public:
property ItemIdList^ ShellItem {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member ShellItem : ItemIdList with get, set
Property Value
Type:
ItemIdListA valid
ItemIdList.
See Also