←Select platform

CircularMouseMove Property

Summary

Indicates whether to reset the mouse when it reaches one of the screen edges.

Syntax

C#
VB
C++
public bool CircularMouseMove { get; set; } 
  
Public Property CircularMouseMove As Boolean 
             
            public: 
property bool CircularMouseMove { 
   bool get(); 
   void set (    bool ); 
} 
             

Property Value

true to reset the mouse; otherwise, false.

Remarks
  • If the mouse is reset, when it is dragged to one edge of the screen, it will disappear from that edge and reappear on the opposite edge of the screen.
Example

For an example, refer to MedicalViewerCommonActions

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