←Select platform

AnnMouseButton Enumeration

Summary
Indicates a mouse button.
Syntax
C#
Objective-C
C++/CLI
Python
public enum AnnMouseButton  
typedef enum LTAnnMouseButtons 
public: 
   enum class AnnMouseButton sealed 
class AnnMouseButton(Enum): 
   None = 0 
   Left = 1 
   Right = 2 
   Middle = 3 
Members
ValueMemberDescription
0None No mouse button.
1Left Left mouse button.
2Right Right mouse button.
3Middle Middle mouse button.
Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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