PictureLibrarySlideshowWebPart.RenderControl method (HtmlTextWriter)

Renders the PictureLibrarySlideshowWebPart to the page.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub RenderControl ( _
    writer As HtmlTextWriter _
)
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim writer As HtmlTextWriter

instance.RenderControl(writer)
public override void RenderControl(
    HtmlTextWriter writer
)

Parameters

Remarks

This override renders the PictureLibrarySlideshowWebPart to the page. If an error occurs, this override will display the error message on the page.

See also

Reference

PictureLibrarySlideshowWebPart class

PictureLibrarySlideshowWebPart members

RenderControl overload

Microsoft.SharePoint.WebPartPages namespace