C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1RibbonToggleButton Class / RenderEndTag Method
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

In This Topic
RenderEndTag Method (C1RibbonToggleButton)
In This Topic
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Syntax
'Declaration
 
Public Overrides Sub RenderEndTag( _
   ByVal writer As System.Web.UI.HtmlTextWriter _
) 
 

Parameters

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