CustomToolPaneManager.CreateToolPaneControls Method
Adds custom controls such as introductory text, drop-down boxes, links, and tool pane buttons to the tool pane. It is responsible for the layout of the custom tool pane. Returns nothing.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Sub CreateToolPaneControls ( _
toolpane As ToolPane _
)
'Usage
Dim instance As CustomToolPaneManager
Dim toolpane As ToolPane
instance.CreateToolPaneControls(toolpane)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public void CreateToolPaneControls(
ToolPane toolpane
)
Parameters
toolpane
Type: Microsoft.SharePoint.WebPartPages.ToolPaneThe tool pane to which custom controls need to be added.