Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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