System.Web.UI.Design.ContainerControlDesigner.AddDesignTimeCssAttributes Method

Adds the style attributes for the control at design time.

Syntax

protected virtual void AddDesignTimeCssAttributes (IDictionary styleAttributes)

Parameters

styleAttributes
A keyed collection of style attributes.

Remarks

The ContainerControlDesigner.AddDesignTimeCssAttributes(IDictionary) method adds a set of style attributes for the design-time representation of the control. The style attribute values are added to the styleAttributes collection, keyed by the style attribute name. For example, you can access the height value in the collection as styleAttributes["height"] for C# or styleAttributes("height") for Microsoft Visual Basic.

If the associated control is not derived from the System.Web.UI.WebControls.WebControl class, the ContainerControlDesigner.AddDesignTimeCssAttributes(IDictionary) method does not add attribute values to the styleAttributes collection.

Requirements

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