Application |
获取一个 Application 对象,代表 CommandBarButton 对象的容器应用程序(可以使用 Automation 对象的此属性返回该对象的容器应用程序)。 此为只读属性。 |
BeginGroup |
如果指定的命令栏控件显示在命令栏上控件组的最前面,则获取 True。 读/写。 |
BuiltIn |
如果指定的命令栏控件是容器应用程序的控件,则为 True 。 如果是自定义控件或是已设置了 OnAction 属性的内置控件,则返回 False。 此为只读属性。 |
BuiltInFace |
如果命令栏按钮控件的图标是其原始内置图标,则为 True。 读/写。 |
Caption |
获取或设置命令栏控件的标题文字。 读/写。 |
Creator |
获取一个 32 位整数,指示创建 CommandBarButton 对象时所使用的应用程序。 此为只读属性。 |
DescriptionText |
获取或设置命令栏按钮控件的说明。 读/写。 |
Enabled |
如果启用了指定的 CommandBar 或 CommandBarControl,则此属性为 True。 可读写。 |
FaceId |
获取或设置某个 CommandBarButton 控件的图符的 ID 号。 读/写。 |
Height |
获取或设置命令栏控件的高度。 读/写。 |
HelpContextId |
获取或设置附加于 CommandBarButton 控件的“帮助”主题的帮助上下文 ID 号。 读/写。 |
HelpFile |
获取或设置附加于 CommandBarButton 控件的“帮助”主题的文件名。 读/写。 |
HyperlinkType |
获取或设置一个 MsoCommandBarButtonHyperlinkType 常量,该常量表示与指定的命令栏按钮关联的超链接类型。 读/写。 |
Id |
获取内置的 CommandBarButton 控件的 ID。 此为只读属性。 |
"索引" |
获取一个 Long 类型的值,该值代表集合中 CommandBarButton 对象的索引号。 此为只读属性。 |
IsPriorityDropped |
如果当前基于使用情况统计信息和布局空间从菜单或工具栏中删除 CommandBarButton 控件,则获取 True。 (请注意,这与控件的可见性不同,) Visible 属性设置。 此为只读属性。 |
Left |
获取或设置指定 CommandBarButton 控件 (相对于屏幕左边缘) 像素的水平位置。 返回距离停靠区域左侧的距离。 此为只读属性。 |
Mask |
获取或设置代表 CommandBarButton 对象的屏蔽图像的 IPictureDisp 对象。 屏蔽图像可决定按钮图像的透明部分。 读/写。 |
OLEUsage |
获取或设置特定的 OLE 客户端和 OLE 服务器角色,在合并两个 Microsoft Office 应用程序时,会用到这些角色中的 CommandBarButton 控件。 读/写。 |
OnAction |
获取或设置一个 Visual Basic 过程的名称,该过程在用户单击或更改 CommandBarButton 控件的值时运行。 读/写。 |
参数 |
获取或设置一个应用程序可用于执行 CommandBarButton 控件中命令的字符串。 读/写。 |
Parent |
获取 CommandBarButton 对象的 Parent 对象。 此为只读属性。 |
Picture |
获取或设置一个 IPictureDisp 对象,该对象表示 CommandBarButton 对象的图像。 读/写。 |
优先级 |
获取或设置 CommandBarButton 控件的优先级。 对于固定命令栏,当一行中无法容纳其中的所有控件时,控件的优先级将决定该控件是否会从命令栏中删除。 无法容纳在一行中的控件将在命令栏上从右向左进行删减。 读/写。 |
ShortcutText |
获取或设置当控钮出现在菜单、子菜单或快捷菜单上时 CommandBarButton 控件旁边显示的快捷键文字。 读/写。 |
状态 |
获取或设置 CommandBarButton 控件的外观。 读/写。 |
样式 |
获取或设置 CommandBarButton 控件的显示方式。 读/写。 |
Tag |
获取或设置有关 CommandBarButton 控件的信息,例如,可作为过程参数的数据或用于识别该控件的信息。 读/写。 |
TooltipText |
获取或设置 在 CommandBarButton 的屏幕提示中显示的文本。 读/写。 |
Top |
获取指定的 CommandBarButton 控件顶边到屏幕顶边的距离(以像素为单位)。 此为只读属性。 |
类型 |
获取 CommandBarButton 控件的类型。 此为只读属性。 |
Visible |
获取或设置 CommandBarButton 控件的 Visible 属性。 如果 CommandBarButton 可见,则此属性为 True。 读/写。 |
Width |
获取或设置指定的 CommandBarButton 控件的宽度(以像素为单位)。 读/写。 |