SPEditorPartChrome Constructor
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
toolPane As ToolPane, _
webPartManager As WebPartManager, _
web As SPWeb _
)
'Usage
Dim toolPane As ToolPane
Dim webPartManager As WebPartManager
Dim web As SPWeb
Dim instance As New SPEditorPartChrome(toolPane, _
webPartManager, web)
public SPEditorPartChrome(
ToolPane toolPane,
WebPartManager webPartManager,
SPWeb web
)
Parameters
- toolPane
Type: Microsoft.SharePoint.WebPartPages.ToolPane
- webPartManager
Type: System.Web.UI.WebControls.WebParts.WebPartManager
- web
Type: Microsoft.SharePoint.SPWeb