ControlDesignerState Class

 

Provides access to the state of the control designer in the design host through the IComponentDesignerStateService interface. This class cannot be inherited.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

System::Object
  System.Web.UI.Design::ControlDesignerState

[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
public ref class ControlDesignerState sealed 

NameDescription
System_CAPS_pubpropertyItem[String^]

Represents one element, identified by the given key, in the state collection for a control designer.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

.NET Framework
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.

Return to top
Show: