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