Override this method if you want to render additional style sheets that will be use by control only at design-time.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual void RenderDesignTimeStyleSheets(
	HtmlTextWriter writer
)
Visual Basic
Public Overridable Sub RenderDesignTimeStyleSheets ( _
	writer As HtmlTextWriter _
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter

Implements

IC1ThemeSupport..::..RenderDesignTimeStyleSheets(HtmlTextWriter)

Remarks

Primarily this method used by control developers. Note, styles.css from embedded VisualStyle will be included automatically by VisualStyle mechanism.

See Also