ICustomizeToolPane.CreateToolPaneControls Method
Creates a custom tool pane's child controls.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Sub CreateToolPaneControls ( _
toolpane As ToolPane _
)
'Usage
Dim instance As ICustomizeToolPane
Dim toolpane As ToolPane
instance.CreateToolPaneControls(toolpane)
void CreateToolPaneControls(
ToolPane toolpane
)
Parameters
toolpane
Type: Microsoft.SharePoint.WebPartPages.ToolPaneA ToolPane object that represents the tool pane for which to create child controls.
Remarks
To view a code sample that demonstrates how to use the CreateToolPaneControls method, see ToolPane.