ControlDesignerState Class
Provides access to the state of the control designer in the design host through the IComponentDesignerStateService interface. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Represents one element, identified by the given key, in the state collection for a control designer. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ControlDesignerState class is a wrapper for the IComponentDesignerStateService interface, which is the interface between a designer and a design host, such as Visual Studio 2005.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

