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.
![]()
A System.Web.UI.WebControls.Style that is used to implement all style-related properties of the control.
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.