JAMS Developer Guide
Render Method (History)


MVPSI.JAMSWeb.Controls Namespace > History Class : Render Method
The System.Web.UI.HtmlTextWriter object that receives the control content.
Renders the control to the specified HTML writer.
Syntax
'Declaration
 
Protected Overrides Sub Render( _
   ByVal writer As System.Web.UI.HtmlTextWriter _
) 
'Usage
 
Dim instance As History
Dim writer As System.Web.UI.HtmlTextWriter
 
instance.Render(writer)
protected override void Render( 
   System.Web.UI.HtmlTextWriter writer
)

Parameters

writer
The System.Web.UI.HtmlTextWriter object that receives the control content.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

History Class
History Members