DesignerContent Method
Renders the item's content for the Microsoft Visual Studio .NET Editor.
Syntax
Visual Basic Overridable Protected Sub
DesignerContent( ByVal oWriter As HtmlTextWriter )C# protected virtual void
DesignerContent(HtmlTextWriter oWriter );Managed C++ protected: virtual void
DesignerContent(HtmlTextWriter oWriter );JScript protected function
DesignerContent(oWriter : HtmlTextWriter );
Parameters
oWriter Required. The HtmlTextWriter object that receives the content.
Return Value
No return value.
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl