SPChrome.RenderWebPart method

Renders the complete Web Part control, with header, including the Web Part menu, contents, and footer.

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

Syntax

'Declaration
Public Overrides Sub RenderWebPart ( _
    output As HtmlTextWriter, _
    part As WebPart _
)
'Usage
Dim instance As SPChrome
Dim output As HtmlTextWriter
Dim part As WebPart

instance.RenderWebPart(output, part)
public override void RenderWebPart(
    HtmlTextWriter output,
    WebPart part
)

Parameters

See also

Reference

SPChrome class

SPChrome members

Microsoft.SharePoint.WebPartPages namespace