RenderDesignerPath Method

Implements the rendering path for the Microsoft Visual Studio .NET Editor.

Syntax

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

Parameters

oWriter Required. HtmlTextWriter object that receives the content.

Return Value

No return value.

Applies To

MULTIPAGE, PAGEVIEW, TabItem, TABSTRIP, TOOLBAR, TOOLBARCHECKGROUP, ToolbarItem, TreeBase, TREENODE, TREEVIEW

See Also

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