Key property (ILEADStackAction)

Visual Basic example

Visual C++ example

 

Syntax

long Key

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets the virtual key. These are the virtual key codes used by the Microsoft Windows operating system.

For more information about virtual key codes for Visual Basic, refer to Visual Basic Constants for Key Codes.

For more information about virtual key codes for Visual C++, refer to Visual C++ Key Codes.

To change the current keystroke combination for the action, set this property and call the SetKeyboardAction method.

This property is updated with the current keystroke combination 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

Elements:

Cursor Property, Change Property, CircularMouseMove Property, Use Property, SetKeyboardAction Method, SetMouseButtonAction Method, ActivateAction Method, Modifier Property, SetAction Method, GetAction Method, GetKeyboardAction Method, ScrollValue property, ActiveSubCell property.

Topics:

Image Viewer: Stack Action