DropDown 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表包含一个窗体选项列表的下拉型窗体域。
public interface class DropDown
[System.Runtime.InteropServices.Guid("00020925-0000-0000-C000-000000000046")]
public interface DropDown
type DropDown = interface
Public Interface DropDown
- 属性
注解
使用 FormFields (index
) ,其中 index 是索引号或与下拉窗体域关联的书签名称,以返回单个 FormField 对象。 DropDown将 属性与 FormField 对象一起使用可返回 DropDown 对象。
索引号表示窗体字段在集合中 FormFields 的位置。
Add(Range, WdFieldType)将 方法与 FormFields 集合一起使用可添加下拉窗体字段。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Default |
返回或设置默认下拉项。 |
ListEntries |
返回一个 ListEntries 集合,该集合表示 对象中的所有 DropDown 项。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
Valid |
确定指定的窗体域对象是否为有效的检查框窗体字段。 |
Value |
返回或设置下拉型窗体域中选定项目的编号。 |