CustomToolPaneManager.CreateToolPaneControls - Méthode
Ajoute des contrôles personnalisés tels que le texte d'introduction, des zones déroulantes, des liens et des boutons du volet Outils dans le volet d'outils. Il est responsable de la disposition du volet d'outils personnalisés. Renvoie la valeur nothing.
Espace de noms : Microsoft.SharePoint.Meetings
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Sub CreateToolPaneControls ( _
toolpane As ToolPane _
)
'Utilisation
Dim instance As CustomToolPaneManager
Dim toolpane As ToolPane
instance.CreateToolPaneControls(toolpane)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public void CreateToolPaneControls(
ToolPane toolpane
)
Paramètres
toolpane
Type : Microsoft.SharePoint.WebPartPages.ToolPaneLe volet d'outils à laquelle les contrôles personnalisés doivent être ajoutés.