DesignerActionItem.Properties Property
.NET Framework (current version)
Gets a reference to a collection that can be used to store programmer-defined key/value pairs.
Assembly: System.Design (in System.Design.dll)
The Properties property allows the programmer to store arbitrary data within an item. The standard properties for this class, such as Category and DisplayName, are not stored in this collection.
The type of this property is actually System.Collections.Specialized.HybridDictionary.
.NET Framework
Available since 2.0
Available since 2.0
Show: