←Select platform

Button Property

Summary

Gets the mouse button that was pressed.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public AnnMouseButton Button { get; } 
Public ReadOnly Property Button As Leadtools.Annotations.Core.AnnMouseButton 
@property (nonatomic) LTAnnMouseButtons button; 
 get_Button();  
public:  
   property AnnMouseButton^ Button 
   { 
      AnnMouseButton^ get() 
   } 

Property Value

An AnnMouseButton that indicates which mouse button was pressed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly