WebControl.CreateControlStyle Method
Creates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers.
Assembly: System.Web (in System.Web.dll)
The CreateControlStyle method is used to create the style object that is used internally to implement all style related properties. Derived classes can override this method to create a style that is appropriate to the class. This method is primarily used by control developers.
Note Control developers should return a Style that derives from the Style that the base control returns. It cannot be assumed that the ControlStyle is of a particular Style type since a derived control may return a different type.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.