Click or drag to resize

ShellTreeViewSelectedItemIdList Property

The item that is selected in the ShellTree. This is a dependency property.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ItemIdList SelectedItemIdList { get; set; }

Property Value

Type: ItemIdList
A ItemIdList instance.
See Also