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; }
Public ReadOnly Property AdditionalValues As Dictionary(Of ItemIdList, Object)
Get
public:
property Dictionary<ItemIdList^, Object^>^ AdditionalValues {
Dictionary<ItemIdList^, Object^>^ get ();
}
member AdditionalValues : Dictionary<ItemIdList, Object> with get
Property Value
Type:
DictionaryItemIdList,
ObjectThe additional values.
See Also