UserMenu.Item.Caption

E5071C

UserMenu.Item(Key_id).Caption

对象类型

属性

语法

UserMenu.Item(Key_id).Caption = Lbl

Lbl = UserMenu.Item(Key_id).Caption

说明

设置用户菜单功能键1至10 (Key_id)的标签名。

变量

参数

Key_id

说明

用户菜单功能的功能键数

数据类型

长整型(Long)

范围

1至10

因为功能键数没有预置值故不能忽略。如果指的变量不在有效的设置范围,执行时就会出错。

参数

Lbl

说明

用户菜单功能的功能键标签名

数据类型

字符串型(String)

预置值

变量取决于指定的功能键数。

实例

Dim KeyLbl As String
UserMenu.Item(1).Caption = "Meas"
KeyLbl = UserMenu.Item(1).Caption

等效键

前面板上没有等效键。