←Select platform

MouseButtons Property

Summary

Mouse button(s) associated with this mode.

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

Property Value

The mouse button associated with this mode. Default value is System.Windows.Forms.MouseButtons.

Remarks

You can combine more than one mouse button with a mode either to perform the same functionality or different one.

ImageViewerInteractiveModes will set this property to System.Windows.Forms.MouseButtons (the default mouse button) when Enable, EnableByIndex or EnableById is called.

For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to ImageViewerInteractiveModes.

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