WebPartZoneBase.CreateControlStyle Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Creates a set of style characteristics that apply to a zone control when it is visible.
Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The CreateControlStyle method creates a set of standard style attributes that apply to WebPartZoneBase zones. The style attributes apply only when a page is in a display mode in which a zone itself is visible, such as catalog, edit, or design display mode.
Notes to Inheritors If you override the CreateControlStyle method to set some specific properties on the created style, do not use the System.Web.UI.WebControls.Style(StateBag) version of the constructor, which requires you to pass the control's StateBag object in as a parameter, resulting in the created Style object sharing the StateBag with the zone control. This causes rendering problems. Instead, use the System.Web.UI.WebControls.Style version of the constructor, so the Style object is independent of the control.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: