命令按钮Command1的MouseUp事件过程结构如下: Private Sub Command1_MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single) E

admin2015-08-13  33

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

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

答案A

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

相关试题推荐
最新回复(0)