System.Web.UI.IControlDesignerAccessor

Provides access to a control designer to store temporary design-time data associated with a control.

See Also: IControlDesignerAccessor Members

Syntax

public interface IControlDesignerAccessor

Remarks

The property and methods defined in the System.Web.UI.IControlDesignerAccessor interface offer a convenient way for the control designer to access a control for passing and retrieving temporary design-time data. The interface is implemented by the System.Web.UI.Control class. Control designers use the implementation of this interface to access the control.

Temporary design-time data is not persisted with the control itself. To persist design-time data for a control, you should retrieve the contents of the IControlDesignerAccessor.UserData property and store them in a designer-specific location.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0