共用方式為


DocumentBase.UserControl 屬性

定義

取得或設定值,指出是否由使用者建立或開啟文件或應用程式。

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 如果檔案或應用程式是以程式設計方式從另一個 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@) 使用 方法或 VBA 開啟,則為 。Interaction.CreateObject 或 VBA。Interaction.GetObject 方法。

備註

如果使用者可以看到 Microsoft Office Word,或者如果您使用 UserControl 或 物件的 屬性ApplicationDocumentBase,則 Word 程式代碼自定義內,此屬性一律會傳回 true

適用於