ASP.NET Pack Programmer's Guide
Calendar.RenderContents Method
See Also
 





WebControl.RenderContents override. Renders the contents of the control to the specified writer.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected override void RenderContents (
    HtmlTextWriter output
)

Visual Basic  Copy Code

Protected Overrides Sub RenderContents( _
    output As HtmlTextWriter _
)

 Parameters

output
Type: HtmlTextWriter
An instance of the System.Web.UI.HtmlTextWriter class.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace