MindFusion.UI for WebForms Programmer's Guide

WindowBase.RenderContent Method

See Also
 





Renders the content of the control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

protected virtual void RenderContent (
    HtmlTextWriter output
)

Visual Basic  Copy Code

Protected Overridable Sub RenderContent( _
    output As HtmlTextWriter _
)

 Parameters

output

Type: HtmlTextWriter
The System.Web.UI.HtmlTextWriter object that receives the server control content.

 See Also