CircularMouseMove property (ILEADOffsetAction)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL CircularMouseMove

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Enables or disables the circular mouse movement, when the mouse pointer reaches the sides of the container.

Enabling the circular mouse movement means, when the mouse is dragging to one side of the container, it will disappear from that side and reappear on the opposite side. This also applies to the top and bottom of the container.

This property is applied at the container level.

Setting

Description

VARIANT_TRUE

Enables the circular mouse movement when it reaches the side (any side: left, right, top or bottom) of the container. This is the default value.

VARIANT_FALSE

Disables the circular mouse . The cursor will act normally. It will not disappear when it reaches one side and reappear on the opposite side.

To change the current status of the mouse movement, set this property and call the SetAction method.

This property is updated with the current status of the mouse movement by calling the GetAction method.

See Also

Elements:

Cursor Property, Change Property, Use Property, SetKeyboardAction Method, SetMouseButtonAction Method, ActivateAction Method, Key Property, Modifier Property, SetAction Method, GetAction Method, GetKeyboardAction Method, XOffset property, YOffset property.

Topics:

Image Viewer: Offset Action