ContainerControlDesigner.AddDesignTimeCssAttributes Method

Adds the style attributes for the control at design time.

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

protected:
virtual void AddDesignTimeCssAttributes (
	IDictionary^ styleAttributes
)
protected void AddDesignTimeCssAttributes (
	IDictionary styleAttributes
)
protected function AddDesignTimeCssAttributes (
	styleAttributes : IDictionary
)
Not applicable.

Parameters

styleAttributes

A keyed collection of style attributes.

The AddDesignTimeCssAttributes 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 WebControl class, the AddDesignTimeCssAttributes method does not add attribute values to the styleAttributes collection.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: