The CircularMouseMove Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Indicates whether to reset the mouse when it reaches one of the screen edges.| Visual Basic (Declaration) | |
|---|---|
Public Property CircularMouseMove As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerCommonActions Dim value As Boolean instance.CircularMouseMove = value value = instance.CircularMouseMove | |
| C# | |
|---|---|
public bool CircularMouseMove {get; set;} | |
Property Value
true to reset the mouse; otherwise, false.For an example, refer to MedicalViewerCommonActions
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code