[单项选择题] 窗体的MouseDown事件过程Form MouseDown (Button As Integer,Shift As Integer,X As Single,Y As Single

[单项选择题] 窗体的MouseDown事件过程Form MouseDown (Button As Integer,Shift As Integer,X As Single,Y As Single,第1张

[单项选择题] 窗体的MouseDown事件过程 Form MouseDown (Button As Integer,Shift As Integer,X As Single,Y As Single

[单项选择题] 窗体的MouseDown事件过程 Form MouseDown (Button As Integer,Shift As Integer,X As Single,Y As Single) 有4个参数,关于这些参数,正确的描述是

A.通过Button参数判定当前按下的是哪一个鼠标键

B.Shift参数只能用来确定是否按下Shift键

C.Shift参数只能用来确定是否按下Alt和Ctrl键

D.参数X、Y用来设置鼠标当前位置的坐标

正确答案:

A

参考解析:

本题考查MouseDown事件过程的4个参数。Button参数用来判定当前按下的是哪一个鼠标键。Button值为1时表示按下左键;为2时,表示按下右键;为4时,表示按下中间键.故A项是正确的。Shift参数用来判断Shift、 Ctrl和Alt键的状态,故B、C项说法有误。X、Y参数用来获取鼠标的位置,而不是设置鼠标当前的位置,两者有根本的区别,考生应予以关注,D项说法错误。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5614330.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存