Partager via


ICTPFactory.CreateCTP(String, String, Object) Méthode

Définition

Crée une instance d’un volet Office personnalisé.

public Microsoft.Office.Core.CustomTaskPane CreateCTP (string CTPAxID, string CTPTitle, object CTPParentWindow);
abstract member CreateCTP : string * string * obj -> Microsoft.Office.Core.CustomTaskPane
Public Function CreateCTP (CTPAxID As String, CTPTitle As String, Optional CTPParentWindow As Object) As CustomTaskPane

Paramètres

CTPAxID
String

CLSID ou ProgID d'un objet Microsoft ActiveX®.

CTPTitle
String

Titre du volet Office.

CTPParentWindow
Object

Fenêtre qui héberge le volet Office. S’il n’est pas présent, le parent du volet Office est la propriété ActiveWindow de l’application hôte.

Retours

CustomTaskPane

S’applique à