ICustomizeToolPane.CreateToolPaneControls method

Creates a custom tool pane's child controls.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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