ActivateAction Method (ILEADWindowLevelAction)
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 the SetMouseButtonAction method. To assign a keystroke combination, set the Key, and Modifier properties and then call the SetKeyboardAction method.
See Also