Renders the design time css for the control

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected virtual void RenderDesignTimeVisualStyle(
	HtmlTextWriter writer
)
Visual Basic (Declaration)
Protected Overridable Sub RenderDesignTimeVisualStyle ( _
	writer As HtmlTextWriter _
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.

See Also