Click or drag to resize

BalloonRender Method (HtmlTextWriter)

Sends control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The System.Web.UI.HtmlTextWriter object, that receives control output.
Remarks