Intersoft WebInput Documentation
RenderControl(HtmlTextWriter) Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : RenderControl(HtmlTextWriter) Method






writer

Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")>
Public Overridable Sub RenderControl( _
   ByVal writer As System.Web.UI.HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim writer As System.Web.UI.HtmlTextWriter
 
instance.RenderControl(writer)
C# 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
public virtual void RenderControl( 
   System.Web.UI.HtmlTextWriter writer
)
Delphi 
public procedure RenderControl( 
    writer: System.Web.UI.HtmlTextWriter
); virtual; 
JScript 
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")
public function RenderControl( 
   writer : System.Web.UI.HtmlTextWriter
);
Managed Extensions for C++ 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
public: virtual void RenderControl( 
   System.Web.UI.HtmlTextWriter* writer
) 
C++/CLI 
[System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline across NGen image boundaries")]
public:
virtual void RenderControl( 
   System.Web.UI.HtmlTextWriter^ writer
) 

Parameters

writer

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.