Click or drag to resize

ShellComboBoxAdditionalValues Property

Access to a dictionary of additional values.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public Dictionary<ItemIdList, Object> AdditionalValues { get; }

Property Value

Type: DictionaryItemIdList, Object
The additional values.
See Also