NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.CreateControlStyle

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;

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace