Renders the control to the specified HTML writer.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
protected override void Render( HtmlTextWriter writer ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub Render ( _ writer As HtmlTextWriter _ ) |
Visual C++ |
---|
protected: virtual void Render( HtmlTextWriter^ writer ) override |
Parameters
- writer
- Type: System.Web.UI..::.HtmlTextWriter
The HtmlTextWriter object that receives the control content.