DesignerContent Method

Renders the item's content for the Microsoft Visual Studio .NET Editor.

Syntax

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

Parameters

oWriter Required. The HtmlTextWriter object that receives the content.

Return Value

No return value.

Applies To

TOOLBARCHECKGROUP, TOOLBARDROPDOWNLIST, TOOLBARLABEL, TOOLBARSEPARATOR, TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl