Share via


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

Remarks

To view a code sample that demonstrates how to use the CreateToolPaneControls method, see ToolPane.

See Also

Reference

ICustomizeToolPane Interface

ICustomizeToolPane Members

Microsoft.SharePoint.WebPartPages Namespace