Change property (ILEADOwnerAction)
long Change | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a percentage value that represents the mouse sensitivity. Possible values are >= 0. The default is 100. A value of 100 indicates that the amount of change in the action is equal to the amount of movement of the mouse. For example, if the mouse is moved 1 pixel, the action changes by 1 unit. A value of 50 indicates that the amount of change in the action is 50% of the amount of mouse movement. For example, if the mouse is moved 2 pixels, the action only changes by one unit.
This property is applied at the container level.
To change the current mouse sensitivity for this owner action, set this property and call the SetAction method.
This property is updated with the current mouse sensitivity value by calling the GetAction method.
See Also