Glossaria.net

Glossary Visual Basic / Term

mousedown 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 mousedown event - Creation date 2020-06-07


< module variable Glossary / Visual Basic mouseup event >