RenderImage Method

Renders the image tag.

Syntax

Visual Basic Overrides  Protected   Sub 
RenderImage(
        ByVal Writer As HtmlTextWriter,
        ByVal imageUrl As string
)
C# protected   override void 
RenderImage(
        HtmlTextWriter Writer,
        string imageUrl
);
Managed C++ protected:  void 
RenderImage(
        HtmlTextWriter Writer,
        string imageUrl
);
JScript protected   override function
RenderImage(
        Writer : HtmlTextWriter,
        imageUrl : string
);

Parameters

Writer Required. HtmlTextWriter object that receives the content.
imageUrl Required. The URL of the image.

Return Value

No return value.

Applies To

TAB, TOOLBARBUTTON

See Also

Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl