MouseAction Enumeration

Summary

Defines mouse actions.

Syntax

TypeScript
JavaScript
   enum MouseAction { 
      mouseLeave = 0, 
      mouseMove = 1, 
      clicked = 2, 
      mouseUp = 3, 
      keyDown = 4, 
      doubleClick = 5, 
      mouseTouchEvent = 6, 
      touchUp = 7, 
      mouseDown = 8 
   } 
   enum MouseAction { 
      mouseLeave = 0, 
      mouseMove = 1, 
      clicked = 2, 
      mouseUp = 3, 
      keyDown = 4, 
      doubleClick = 5, 
      mouseTouchEvent = 6, 
      touchUp = 7, 
      mouseDown = 8 
   } 

Members

Value Member Description
0 mouseLeave Indicates the mouse left the associated control's bounds
1 mouseMove Indicates the mouse moved within the bounds of the associated control.
2 clicked Indicates the mouse first clicked a button with the bounds of the associated control.
3 mouseUp Indicates the mouse clicked a button with the bounds of the associated control.
4 keyDown Indicates a key press was detected while the associated control was focused.
5 doubleClick Indicates the mouse was double clicked within the associated control's bounds.
6 mouseTouchEvent A mouse touch event was detected within the bounds of the control (Such as a pinch.)
7 touchUp The touch event detected in the bounds of the associated control is no longer detected.
8 mouseDown Indicates the mouse is held button down within the associated control's bounds.

Requirements

Target Platforms

See Also

Leadtools.Controls.Medical Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.