Document.UserControl プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
その文書またはアプリケーションを作成または開いたのがユーザーであるかどうかを示す値を取得または設定します。
public:
property bool UserControl { bool get(); void set(bool value); };
public bool UserControl { get; set; }
member this.UserControl : bool with get, set
Public Property UserControl As Boolean
プロパティ値
true
ドキュメントまたはアプリケーションがユーザーによって作成または開かれた場合。 false
ドキュメントまたはアプリケーションが、メソッドまたは VBA を使用して別の Microsoft Office アプリケーションからプログラムで Microsoft.Office.Interop.Word.Documents.Open(System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@,System.Object@) 作成または開かれた場合。Interaction.CreateObject または VBA。Interaction.GetObject メソッド。
注釈
Microsoft Office Wordがユーザーに表示されている場合、またはWordコードのカスタマイズ内からWordまたはオブジェクトの プロパティを呼び出UserControl
した場合、このプロパティは常に を返しますtrue
。DocumentApplication