ActivateAction Method (ILEADOffsetAction)
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