Click or drag to resize

ButtonBaseRender Method

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

Namespace:  Cadcorp.Web.UI.Controls
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
HtmlTextWriter
See Also