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 content for an uplevel browser.
Syntax
Visual Basic Overridable Protected Sub
UpLevelContent( ByVal oWriter As HtmlTextWriter )C# protected virtual void
UpLevelContent(HtmlTextWriter oWriter );Managed C++ protected: virtual void
UpLevelContent(HtmlTextWriter oWriter );JScript protected function
UpLevelContent(oWriter : HtmlTextWriter );
Parameters
oWriter Required. The HtmlTextWriter object that receives the content.
Return Value
No return value.
Remarks
With Windows Internet Explorer WebControls, an uplevel browser is Microsoft Internet Explorer 5.5 or later.
Applies To
ToolbarItem
See Also