A protected method used to create the style object that is used internally to implement all style related properties. Controls may override to create an appropriate typed style.
[Visual Basic] Overridable Protected Function CreateControlStyle() As Style [C#] protected virtual Style CreateControlStyle(); [C++] protected: virtual Style* CreateControlStyle(); [JScript] protected function CreateControlStyle() : Style;
WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace