次の方法で共有


ICTPFactory.CreateCTP(String, String, Object) メソッド

定義

カスタム作業ウィンドウのインスタンスを作成します。

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

パラメーター

CTPAxID
String

Microsoft ActiveX® オブジェクトの CLSID または ProgID を指定します。

CTPTitle
String

作業ウィンドウのタイトルを指定します。

CTPParentWindow
Object

作業ウィンドウをホストするウィンドウを指定します。 存在しない場合、作業ウィンドウの親はホスト アプリケーションの ActiveWindow プロパティです。

戻り値

CustomTaskPane

適用対象