MouseUp事件当在释放鼠标按钮时发生。
PrivateSub Form_MouseUp(ButtonAs Integer,
ShiftAs Integer, XAs Single,YAs Single)
PrivateSub MDIForm_MouseUp(ButtonAsInteger,
Shift AsInteger, XAs Single,YAs Single)
PrivateSub Object_MouseUp([IndexAs Integer,]
ButtonAs Integer, ShiftAs Integer,
XAs Single, YAs Single)
对MouseUp事件的说明:
uObject、Index、Button、Shift、X,Y各项的含义与MouseDown事件相同。
v在MouseUp事件中只能判断释放了哪一个按钮。同MouseDown事件一样,在该事件中也只能设置1个最不明显位,因此,在MouseUp事件中,最不明显位的取值只能是十进制数1、2、4。