DocumentBase.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
如果檔案或應用程式是以程式設計方式從另一個 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
。