System.Web.UI.IControlDesignerAccessor.SetDesignModeState Method

When implemented, sets control state before rendering it on the design surface.

Syntax

public void SetDesignModeState (IDictionary designData)

Parameters

designData
Documentation for this section has not yet been entered.

Remarks

In overridden controls, this method is used to retain and set state for the control during design-time mode. This method is used only by control designers.

Requirements

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