Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnDesigner Class : IsMouseLeftButtonDown Property |
public bool IsMouseLeftButtonDown {get; set;}
'Declaration
Public Property IsMouseLeftButtonDown As Boolean
'Usage
Dim instance As AnnDesigner Dim value As Boolean instance.IsMouseLeftButtonDown = value value = instance.IsMouseLeftButtonDown
public bool IsMouseLeftButtonDown {get; set;}
OSX Only:
@property (nonatomic, assign, getter=isMouseLeftButtonDown) BOOL mouseLeftButtonDown
<br/>get_IsMouseLeftButtonDown();<br/>set_IsMouseLeftButtonDown(value);<br/>Object.defineProperty('IsMouseLeftButtonDown');
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.