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.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 从另一个 Microsoft Office 应用程序以编程方式创建的或打开的。Interaction.CreateObject 或 VBA。Interaction.GetObject 方法。
注解
如果 Microsoft Office Word对用户可见,或者你在UserControl
Word代码自定义中使用 或 DocumentBase 对象的 属性Application,则此属性将始终返回 true
。