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 downlevel browsers. With Windows Internet Explorer WebControls, a downlevel browser is Microsoft Internet Explorer 5.01 or earlier or a browser other than Internet Explorer.
Syntax
Visual Basic Overridable Protected Sub
RenderDownLevelPath( ByVal oWriter As HtmlTextWriter )C# protected virtual void
RenderDownLevelPath(HtmlTextWriter oWriter );Managed C++ protected: virtual void
RenderDownLevelPath(HtmlTextWriter oWriter );JScript protected function
RenderDownLevelPath(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that receives the content.
Return Value
No return value.
Applies To
BaseRichControl
See Also