ContainerControlDesigner.AddDesignTimeCssAttributes Method
.NET Framework 3.0
Adds the style attributes for the control at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
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.
Community Additions
ADD
Show: