要求当鼠标在图片框P1中移动时,立即在图片框中显示鼠标的位置坐标。下面能正确实现上述功能的事件过程是()。

A.Private Sub P1 MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single) Print X Y End Sub B.Private Sub P1 MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single) Picture.Print X,Y End Sub C.Private Sub P1 MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single) P1.Print X,Y End Sub D.Private Sub Form. MouseMove(Button As Integer,Shift As Integer,X As Single,Y As Single) P1.Print X,Y End Sub

时间:2023-10-06 10:02:42

相似题目