阅读下列代码:
Private Sub Form_MouseDown(Button As Integer,Shift
分类: 19信息竞赛自组题02发布时间: 2023-12-01 12:13浏览量: 1
阅读下列代码:
Private Sub Form_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)
If Button=2 Then
PopupMenu Menu1
End If
End Sub
以下叙述中正确的是( )。