Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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