Dialog 接口

定义

代表一个内置对话框。

public interface class Dialog
[System.Runtime.InteropServices.Guid("000209B8-0000-0000-C000-000000000046")]
public interface Dialog
type Dialog = interface
Public Interface Dialog
属性

注解

Dialog 对象是 集合的成员DialogsDialogs 集合包含 Microsoft Word中的所有内置对话框。 无法创建新的内置对话框,或添加到 对话框的 集合。

使用 Dialogs (index) (其中 indexWdWordDialog 标识对话框的常量)返回单个 Dialog 对象。

WdWordDialog 常量由“wdDialog”前缀加上菜单和对话框的名称组成。 例如,“页面设置”对话框的该常量为 wdDialogFilePageSetup,而“新建”对话框的该常量为 wdDialogFileNew

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

CommandBarId

返回内置 Microsoft Office Word对话框的工具栏控件 ID。 此为只读属性。

CommandName

返回在指定的内置对话框中显示的过程的名称。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

DefaultTab

返回或设置活动选项卡显示指定的对话框时。

Parent

返回一个对象,代表指定对象的父对象。

Type

返回内置 Microsoft Word 对话框的类型。

方法

Display(Object)

显示指定的内置 Microsoft Word 对话框,直到用户关闭它或指定的时间量已过。 返回一个 Integer 类型的值,指示单击哪个按钮以关闭对话框。

Execute()

应用 Microsoft Word 对话框的当前设置。

Show(Object)

显示并执行在指定的内置 Microsoft Word 对话框中启动的操作。 返回一个 Integer 类型的值,指示单击哪个按钮以关闭对话框。

Update()

更新内置 Microsoft Word 对话框中显示的值。

适用于