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.
The ICustomizeToolPane interface provides methods and properties you must implement when creating a custom tool pane.
Public Methods
The following table shows the methods of the ICustomizeToolPane interface and a brief description of each.
Name | Description |
---|---|
CreateToolPaneControls(Microsoft.SharePoint.WebPartPages.ToolPane) | Creates a custom tool pane's child controls |
ShowZoneIdentification | Activates the display of Web Parts zones (equivalent to selecting the Design this page command on the Modify Page menu) in the Web Part page when a custom tool pane is invoked. |
Public Properties
The following table shows the properties of the ICustomizeToolPane interface, the data type of each property, and a brief description of each.
Name | Data Type | Description |
---|---|---|
ToolPaneTemplate | String | Gets a String that contains an XML fragment that specifies a template for a custom tool pane. |
Remarks
To view a code sample that demonstrates how to implement the members of the ICustomizeToolPane interface, see the ToolPane class topic.
Requirements
Namespace: Microsoft.SharePoint.WebPartPages
Platforms: Windows Server 2003
Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)
Security: Code Access Security