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 image tag.
Syntax
Visual Basic Overridable Protected Sub
RenderImage(
ByVal oWriter As HtmlTextWriter,
ByVal sImageUrl As string
)C# protected virtual void
RenderImage(
HtmlTextWriter oWriter,
string sImageUrl
);Managed C++ protected: virtual void
RenderImage(
HtmlTextWriter oWriter,
string sImageUrl
);JScript protected function
RenderImage(
oWriter : HtmlTextWriter,
sImageUrl : string
);
Parameters
oWriter Required. HtmlTextWriter object that receives the content. sImageUrl Required. The URL of the image.
Return Value
No return value.
Applies To
TabItem, TOOLBARLABEL
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl