Glossaria.net

Glossary Visual Basic / Term

mouseup event

Occur when the user presses (MouseDown) or releases (MouseUp) a mouse button.

Use a MouseDown or MouseUp event procedure to specify actions that will occur when a given mouse button is pressed or released. Unlike the Click and DblClick events, MouseDown and MouseUp events enable you to distinguish between the left, right, and middle mouse buttons. You can also write code for mouse-keyboard combinations that use the SHIFT, CTRL, and ALT keyboard modifiers.

Permanent link mouseup event - Creation date 2020-06-07


< mousedown event Glossary / Visual Basic MSDN >