【单选题】对窗体编写如下事件过程: Private Sub Form. MouseDown(Button As Integer,Shift As Integer, _ x As Single, Y As Single) If Button=2 Then Print 'AAA' End If End Sub Private Sub Form. MouseUp (Button As Integer,Shift ...
【单选题】对窗体编写如下事件过程: Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single, Y As Single) If Button=2 Then Print 'AAAAA' End If End Sub Private Sub Form_MouseUp(Button As Integer,Shift As I...
【单选题】对窗体编写如下事件过程: Private Sub Form_ Mouse Down(Button As Integer,Shift As Integer,X AS Single,Y As Single) If Button=2 Then Print 'AAAAA' End if End Sub Private Sub Form. _ MouseUp(Button As Integer,Shift ...
【单选题】对窗体编写如下事件过程: Private Sub Form. _ MouseDown(BuRon As Integer,Shift As Integer, X As Single, Y As Single) If Button=2 Then Print 'AAAAA' End If End Sub Private Sub Form_MouseUp(Button As Integer,Shift A...