UserMenu_OnPress

E5071C

UserMenu_OnPress(ByVal Key_id As Long)

对象类型

事件

说明

当按下用户菜单功能键1至10(Key_id)中的一个键时,执行此程序。写下“用户菜单”对象中的程序。如欲了解有关其使用的更多信息,参见使用功能键(用户菜单功能)执行程序

变量

如欲了解有关变量(Key_id)的信息,参见UserMenu.Item.Caption

实例

Private Sub UserMenu_OnPress(ByVal id As Long)
If id = 1 Then
MsgBox "Button 1 was pressed."
ElseIf id = 10 Then
MsgBox "Button 10 was pressed."
End If
End Sub

等效键

前面板上没有等效键。