SPChromeSettings Constructor
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
part As WebPart, _
spChrome As SPChrome _
)
'Usage
Dim part As WebPart
Dim spChrome As SPChrome
Dim instance As New SPChromeSettings(part, spChrome)
public SPChromeSettings(
WebPart part,
SPChrome spChrome
)
Parameters
- part
Type: System.Web.UI.WebControls.WebParts.WebPart
- spChrome
Type: Microsoft.SharePoint.WebPartPages.SPChrome