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
)
Protected Overrides Sub Render (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
The HtmlTextWriterHtmlTextWriter object that receives the control content.
See Also