ICTPFactory.CreateCTP(String, String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.