←Select platform

MouseRight Property

Summary

Gets or sets the value that indicates the keyboard key that emulates the mouse being dragged right.

Syntax

C#
VB
C++
public Keys MouseRight { get; set; } 
  
Public Property MouseRight As Keys 
             
            public: 
property Keys MouseRight { 
   Keys get(); 
   void set (    Keys ); 
} 
             

Property Value

A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged right.

Example

For an example, refer to Leadtools.MedicalViewer.MedicalViewer().

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.MedicalViewer Assembly