Use property (ILEADOwnerAction)
VARIANT_BOOL Use | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) (Read only) This property is updated with a value that indicates whether the action is active. Possible values are:
Flag |
Meaning |
VARIANT_TRUE |
Action is active |
VARIANT_FALSE |
Action is inactive |
Actions can also be associated with a keystroke combination.
To determine whether a specific action has a keystroke combination associated with it, use the GetKeyboardAction method, and to assign a keystroke combination to an action, use the SetKeyboardAction method.
See Also