Leadtools.MedicalViewer Namespace : MedicalViewerKeyEventArgs Class |
The following tables list the members exposed by MedicalViewerKeyEventArgs.
Name | Description | |
---|---|---|
MedicalViewerKeyEventArgs Constructor | Initializes a new instance of the MedicalViewerKeyEventArgs class. |
Name | Description | |
---|---|---|
ActionID | Gets or sets the ID of the action that raised the event. | |
Alt | Gets a value indicating whether the ALT key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
CellIndex | Gets or sets the value that indicates the index of the cell that received the action. | |
Control | Gets a value indicating whether the CTRL key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Handled | Gets or sets a value indicating whether the event was handled. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Images | Gets or sets the array of Leadtools.RasterImage objects that contain the images to be updated. | |
KeyCode | Gets the keyboard code for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs) | |
KeyData | Gets the key data for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs) | |
KeyValue | Gets the keyboard value for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Modifiers | Gets the modifier flags for a System.Windows.Forms.Control.KeyDown or System.Windows.Forms.Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
Shift | Gets a value indicating whether the SHIFT key was pressed. (Inherited from System.Windows.Forms.KeyEventArgs) | |
SuppressKeyPress | Gets or sets a value indicating whether the key event should be passed on to the underlying control. (Inherited from System.Windows.Forms.KeyEventArgs) |