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 MustOverride Protected Sub
RenderDownLevelPath( ByVal oWriter As HtmlTextWriter )C# protected abstract void
RenderDownLevelPath(HtmlTextWriter oWriter );Managed C++ protected: virtual void
RenderDownLevelPath(HtmlTextWriter oWriter ) = 0;JScript protected abstract function
RenderDownLevelPath(oWriter : HtmlTextWriter );
Parameters
oWriter Required. HtmlTextWriter object that receives the content.
Return Value
No return value.
Applies To
BaseChildNode
See Also