Click or drag to resize

ActiveImageButtonRender Method

Renders the control to the specified HTML writer.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriterHtmlTextWriter object that receives the control content.
See Also