UpLevelContent Method
Renders the item's contents for uplevel browsers.
Syntax
Visual Basic Overrides Protected Sub
UpLevelContent( ByVal oWriter As HtmlTextWriter )C# protected override void
UpLevelContent(HtmlTextWriter oWriter );Managed C++ protected: void
UpLevelContent(HtmlTextWriter oWriter );JScript protected override 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
TOOLBARCHECKGROUP, TOOLBARDROPDOWNLIST, TOOLBARLABEL
See Also