ActivateAction Method (ILEADScaleAction)
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Activates or deactivates 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 the action to a keystroke combination, set the Key and Modifier properties and call the SetKeyboardAction method.
See Also