←Select platform

IsMouseLeftButtonDown Property

Summary
Gets or sets a value indicating whether the left mouse button is currently down.
Syntax
C#
Objective-C
C++/CLI
Python
public bool IsMouseLeftButtonDown { get; set; } 
@property (nonatomic, assign, getter=isMouseLeftButtonDown) BOOL mouseLeftButtonDown NS_AVAILABLE_MAC(10_10); 
public:  
   property bool IsMouseLeftButtonDown 
   { 
      bool get() 
      void set(bool value) 
   } 
IsMouseLeftButtonDown # get and set (AnnDesigner) 

Property Value

true if the left mouse button is currently down; otherwise, it is false.

Remarks

For touch-enabled devices, the touch input is always treated as the left button. So IsMouseLeftButtonDown will be true if the user has a pressed a finger on the device and false otherwise.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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