ControlDesignerState::Item Property (String^)
.NET Framework (current version)
Represents one element, identified by the given key, in the state collection for a control designer.
Assembly: System.Design (in System.Design.dll)
public: property Object^ default[ String^ key ] { Object^ get(String^ key); void set(String^ key, Object^ value); }
Parameters
- key
-
Type:
System::String^
The name of the item to set or retrieve from the state collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: