RenderContents Method

Renders the contents of the control into the specified HtmlTextWriter.

Syntax

Visual Basic Overrides  Protected   Sub 
RenderContents( ByVal oWriter As HtmlTextWriter )
C# protected   override void 
RenderContents(HtmlTextWriter oWriter );
Managed C++ protected:  void 
RenderContents(HtmlTextWriter oWriter );
JScript protected   override function
RenderContents(oWriter : HtmlTextWriter );

Parameters

oWriter Required. The HtmlTextWriter that receives the output.

Return Value

No return value.

Applies To

TABSTRIP, TOOLBAR, TREEVIEW

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl