ControlDesignerState.Item Property
.NET Framework 3.0
Represents one element, identified by the given key, in the state collection for a control designer.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: property Object^ default [String^] { Object^ get (String^ key); void set (String^ key, Object^ value); }
/** @property */ public Object get_Item (String key) /** @property */ public void set_Item (String key, Object value)
Not applicable.
Parameters
- key
The name of the item to set or retrieve from the state collection.
Property Value
The object identified by key.Community Additions
ADD
Show: