共用方式為


Document.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,或是從 Word Application 程式代碼自定義內呼叫 UserControl Word 或 Document 物件的 屬性,此屬性一律會傳回 true

適用於