單項(xiàng)選擇題
對窗體編寫如下事件過程:
Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single Y As Single)
If Button=2
ThenPrint"AAAAA"End
IfEnd
SubPrivate Sub Form_MouseUp(Button As Integer,Shift As Integer,X As Single,Y As Single)
Print"BBBBB"
End Sub程序運(yùn)行后,如果單擊鼠標(biāo)右鍵,則輸出結(jié)果為()