Share via


SPChrome.GetSPChromeSettings Method

Gets the SPChromeSettings object that provides chrome rendering capabilities for Web Parts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Function GetSPChromeSettings ( _
    part As WebPart _
) As SPChromeSettings
'Usage
Dim instance As SPChrome
Dim part As WebPart
Dim returnValue As SPChromeSettings

returnValue = instance.GetSPChromeSettings(part)
public SPChromeSettings GetSPChromeSettings(
    WebPart part
)

Parameters

Return Value

Type: Microsoft.SharePoint.WebPartPages.SPChromeSettings

See Also

Reference

SPChrome Class

SPChrome Members

Microsoft.SharePoint.WebPartPages Namespace