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 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)
Available in Sandboxed Solutions: No
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
- output
Type: System.Web.UI.HtmlTextWriter
- part
Type: System.Web.UI.WebControls.WebParts.WebPart