System.Web.UI.WebControls.WebControl.CreateControlStyle Method

Creates the style object that is used internally by the System.Web.UI.WebControls.WebControl class to implement all style related properties. This method is used primarily by control developers.

Syntax

protected virtual Style CreateControlStyle ()

Returns

A System.Web.UI.WebControls.Style that is used to implement all style-related properties of the control.

Remarks

The WebControl.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 System.Web.UI.WebControls.Style that derives from the System.Web.UI.WebControls.Style that the base control returns. It cannot be assumed that the WebControl.ControlStyle is of a particular Style type since a derived control may return a different type.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0