Modifier property (ILEADStackAction)
long Modifier | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets the flag that indicates which key to press with the key specified in Key property value. Possible values are:
Value |
Meaning |
CONVIEW_KEY_NONE |
[0x00000000] No other key should be pressed. |
CONVIEW_KEY_SHIFT |
[0x00000001] Left or right Shift key must be pressed. |
CONVIEW_KEY_CTRL |
[0x00000002] Left or right Control key must be pressed. |
CONVIEW_KEY_ALT |
[0x00000004] Left or right ALT key must be pressed. |
To change the current modifier for the action, set this property and call the SetKeyboardAction method.
This property is updated with the current modifier for the action by calling the GetAction method.
If this action is set to a keystroke combination that is already used by another action within the container this action will overwrite the old one. For example, if you set a keystroke combination for an owner action object in the container, and then set the same keystroke combination for a scale action object in the same container, the keystroke combination will cause a scale action within the container.
See Also