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
- part
Type: System.Web.UI.WebControls.WebParts.WebPart
Return Value
Type: Microsoft.SharePoint.WebPartPages.SPChromeSettings