←Select platform

MouseButton Property

Summary

Mouse button that triggered this event.

Syntax
C#
VB
C++
public MouseButtons MouseButton { get; set; } 
Public Property MouseButton() As System.Windows.Forms.MouseButtons 
   Get 
   Set 
public:  
   property System::Windows::Forms::MouseButtons^ MouseButton 
   { 
      System::Windows::Forms::MouseButtons^ get() 
      void set(System::Windows::Forms::MouseButtons^ value) 
   } 

Property Value

The mouse button that triggered this event.

Remarks

Only valid if the device supports mouse.

Requirements

Target Platforms

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

Leadtools.Controls Assembly