A-A+

在下列程序中 无论使用鼠标左键还是右键都能弹出菜单 且弹出菜单中的菜单项都响应鼠标单击 下面

2022-08-06 00:45:54 问答库 阅读 174 次

问题详情

在下列程序中,无论使用鼠标左键还是右键都能弹出菜单,且弹出菜单中的菜单项都响
应鼠标单击,下面语句正确的是()
A.SubForm_MouseDown(ButtonAsInteger,ShiftAsInteger,XAsSingle,YAsSingle):
PopupMenutest:EndSub
B.SubForm_keypress(ButtonAsInteger,ShiftAsInteger,XAsSingle,YAsSingle):
PopupMenutest:EndSub
C.SubForm_keyDown(ButtonAsInteger,ShiftAsInteger,XAsSingle,YAsSingle):
PopupMenutest:EndSub
D.SubForm_MouseDown(ShiftAsInteger,XAsSingle,YAsSingle):
PopupMenutest:EndSub

参考答案

正确答案:A

考点:菜单,单项