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.
Implements the rendering path for the Microsoft Visual Studio .NET Editor.
Syntax
Visual Basic Overridable Protected Sub
RenderDesignerPath( ByVal oWriter As HtmlTextWriter )C# protected virtual void
RenderDesignerPath(HtmlTextWriter oWriter );Managed C++ protected: virtual void
RenderDesignerPath(HtmlTextWriter oWriter );JScript protected function
RenderDesignerPath(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that receives the content.
Return Value
No return value.
Applies To
BaseRichControl
See Also