CommandBarComboBox 接口

定义

代表命令栏中的一个组合框控件。

public interface class CommandBarComboBox : Microsoft::Office::Core::_CommandBarComboBox, Microsoft::Office::Core::_CommandBarComboBoxEvents_Event
[System.Runtime.InteropServices.Guid("000C030C-0000-0000-C000-000000000046")]
public interface CommandBarComboBox : Microsoft.Office.Core._CommandBarComboBox, Microsoft.Office.Core._CommandBarComboBoxEvents_Event
[<System.Runtime.InteropServices.Guid("000C030C-0000-0000-C000-000000000046")>]
type CommandBarComboBox = interface
    interface _CommandBarComboBox
    interface _CommandBarComboBoxEvents_Event
Public Interface CommandBarComboBox
Implements _CommandBarComboBox, _CommandBarComboBoxEvents_Event
派生
属性
实现

注解

使用 Controls (index) (其中 index 是控件的索引号)返回 CommandBarComboBox 对象。 (控件 Type 的 属性必须为 msoControlEditmsoControlDropdownmsoControlComboBoxmsoControlButtonDropdownmsoControlSplitDropdownmsoControlOCXDropdownmsoControlGraphicCombomsoControlGraphicDropdown.)

还可以使用 FindControl(Object, Object, Object, Object) 方法返回 CommandBarComboBox 对象。

属性

accChild[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accChildCount

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accDefaultAction[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accDescription[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accFocus

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accHelp[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accHelpTopic[String, Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accKeyboardShortcut[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accName[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accParent

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accRole[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accSelection

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accState[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accValue[Object]

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
Application

返回一个 Application 对象,该对象代表该对象的容器应用程序。

(继承自 CommandBarControl)
BeginGroup

确定指定的命令栏控件是否显示在命令栏上一组控件的开头。

(继承自 CommandBarControl)
BuiltIn

确定指定的命令栏控件是否是容器应用程序的内置控件。

(继承自 CommandBarControl)
Caption

返回或设置命令栏控件的描述文字文本。

(继承自 CommandBarControl)
Control

仅供内部使用。

(继承自 CommandBarControl)
Creator

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

(继承自 CommandBarControl)
DescriptionText

返回或设置命令栏控件的说明。

(继承自 CommandBarControl)
DropDownLines

返回或设置命令栏组合框控件中的行数。

(继承自 _CommandBarComboBox)
DropDownWidth

返回或设置指定命令栏组合框控件的列表) 宽度 (像素。

(继承自 _CommandBarComboBox)
Enabled

确定是否启用指定的命令栏控件。

(继承自 CommandBarControl)
Height

返回或设置命令栏控件的高度。

(继承自 CommandBarControl)
HelpContextId

返回或设置附加到命令栏控件的帮助主题的帮助上下文 ID 号。

(继承自 CommandBarControl)
HelpFile

返回或设置附加到命令栏控件的帮助主题的文件名。

(继承自 CommandBarControl)
Id

返回内置命令栏控件的 ID。

(继承自 CommandBarControl)
Index

返回一个 Integer 类型的值,表示集合中对象的索引号。

(继承自 CommandBarControl)
InstanceId

仅供内部使用。

(继承自 CommandBarControl)
InstanceIdPtr

仅供内部使用。

(继承自 _CommandBarComboBox)
IsPriorityDropped

根据使用情况统计信息和布局空间确定控件当前是否从菜单或工具栏中删除。

(继承自 CommandBarControl)
Left

返回指定命令栏控件 (相对于屏幕左边缘) 的水平位置(以像素为单位)。

(继承自 CommandBarControl)
List[Int32]

返回或设置命令栏组合框控件中的项。

(继承自 _CommandBarComboBox)
ListCount

返回命令栏组合框控件中的列表项数。

(继承自 _CommandBarComboBox)
ListHeaderCount

返回或设置命令栏组合框控件中显示在分隔符行上方的列表项数。

(继承自 _CommandBarComboBox)
ListIndex

返回或设置命令栏组合框控件的列表部分中所选项的索引号。

(继承自 _CommandBarComboBox)
OLEUsage

返回或设置合并两个 Microsoft Office 应用程序时将使用命令栏控件的 OLE 客户端和 OLE 服务器角色。

(继承自 CommandBarControl)
OnAction

返回或设置在用户单击或更改命令栏控件的值时将运行的过程的名称。

(继承自 CommandBarControl)
Parameter

返回或设置应用程序可用于执行命令的字符串。

(继承自 CommandBarControl)
Parent

返回指定对象的 Parent 对象。

(继承自 CommandBarControl)
Priority

返回或设置命令栏控件的优先级。

(继承自 CommandBarControl)
Style

返回或设置命令栏的显示方式。

(继承自 _CommandBarComboBox)
Tag

返回或设置有关命令栏控件的信息,例如可在过程中用作参数的数据,或标识控件的信息。

(继承自 CommandBarControl)
Text

返回或设置命令栏组合框控件的显示或编辑部分中的文本。

(继承自 _CommandBarComboBox)
TooltipText

返回或设置命令栏控件的“屏幕提示”中显示的文本。

(继承自 CommandBarControl)
Top

返回从指定命令栏控件的上边缘到屏幕上边缘) (距离(以像素为单位)。

(继承自 CommandBarControl)
Type

返回命令栏控件的类型。

(继承自 CommandBarControl)
Visible

确定指定的对象是否可见。

(继承自 CommandBarControl)
Width

返回或设置指定命令栏控件) 宽度 ((以像素为单位)。

(继承自 CommandBarControl)

方法

accDoDefaultAction(Object)

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accHitTest(Int32, Int32)

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accLocation(Int32, Int32, Int32, Int32, Object)

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accNavigate(Int32, Object)

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
accSelect(Int32, Object)

代表命令栏中的一个组合框控件。

(继承自 IAccessible)
add_Change(_CommandBarComboBoxEvents_ChangeEventHandler)

代表命令栏中的一个组合框控件。

(继承自 _CommandBarComboBoxEvents_Event)
AddItem(String, Object)

将列表项添加到指定的命令栏组合框控件。

(继承自 _CommandBarComboBox)
Clear()

从命令栏组合框控件中删除所有列表项 (下拉列表框或组合框) ,并清除编辑框或组合框) (文本框。

(继承自 _CommandBarComboBox)
Copy(Object, Object)

将一个命令栏控件复制到已有的命令栏中。

(继承自 CommandBarControl)
Delete(Object)

从其集合中删除指定的 对象。

(继承自 CommandBarControl)
Execute()

运行分配给指定命令栏控件的过程或内置命令。

(继承自 CommandBarControl)
Move(Object, Object)

将指定的命令栏控件移动到现有命令栏。

(继承自 CommandBarControl)
remove_Change(_CommandBarComboBoxEvents_ChangeEventHandler)

代表命令栏中的一个组合框控件。

(继承自 _CommandBarComboBoxEvents_Event)
RemoveItem(Int32)

从命令栏组合框控件中删除项。

(继承自 _CommandBarComboBox)
Reserved1()

仅供内部使用。

(继承自 CommandBarControl)
Reserved2()

仅供内部使用。

(继承自 CommandBarControl)
Reserved3()

仅供内部使用。

(继承自 CommandBarControl)
Reserved4()

仅供内部使用。

(继承自 CommandBarControl)
Reserved5()

仅供内部使用。

(继承自 CommandBarControl)
Reserved6()

仅供内部使用。

(继承自 CommandBarControl)
Reserved7()

仅供内部使用。

(继承自 CommandBarControl)
Reset()

将内置命令栏控件重置为其原始功能和面。

(继承自 CommandBarControl)
SetFocus()

将键盘焦点移动到指定的命令栏控件。

(继承自 CommandBarControl)

事件

Change

当最终用户更改命令栏组合框中的选择时发生。

(继承自 _CommandBarComboBoxEvents_Event)

适用于