RenderEndTag Method (C1RibbonToggleButton)
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
public override void RenderEndTag(
System.Web.UI.HtmlTextWriter
)
'Declaration
Public Overrides Sub RenderEndTag( _
ByVal As System.Web.UI.HtmlTextWriter _
)
Parameters
- writer
- A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.