命令按钮Commandl的MouseUp事件过程结构如下: Private Sub Commandl—MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single) End Sub 则

admin2019-06-11  21

问题 命令按钮Commandl的MouseUp事件过程结构如下:
Private Sub Commandl—MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single)
End Sub
则以下叙述中错误的是(    )。

选项 A、x、y参数表示的是Commandl左上角在窗体中的位置
B、Button参数用于确定按下的鼠标键
C、Shift参数用于确定是否按下了Alt、Ctrl或Shift键
D、MouseUp表示抬起鼠标按键时触发的事件

答案A

解析 X,Y用来表示鼠标光标当前在窗体上的X、Y轴坐标。
转载请注明原文地址:https://jikaoti.com/ti/PfN0FFFM
0

最新回复(0)