ActivateAction Method (ILEADOffsetAction)

Visual Basic example

Visual C++ example

 

Syntax

short ActivateAction(VARIANT_BOOL bActive, long lFlags);

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Activate or deactivate the action.

To set or get the properties of the action, use SetAction and GetAction Method.

The action can be associated with a particular mouse movement, a keystroke combination, or both. To associate an action with the mouse, use SetMouseButtonAction method. To assign a keystroke combination, set the Key, and Modifier properties and then call the SetKeyboardAction method.

See Also

Elements:

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

Topics:

Image Viewer: Offset Action