For a list of all members of this type, see MedicalViewerCellMouseEventArgs members.
"| Name | Description | |
|---|---|---|
| Button | Gets which mouse button was pressed. (Inherited from System.Windows.Forms.MouseEventArgs) |
![]()
| CellIndex | (Read only) Gets the value that indicates the index of the cell that received the mouse event. This value is only valid if the cell is add to the MedicalViewer. |
| Clicks | Gets the number of times the mouse button was pressed and released. (Inherited from System.Windows.Forms.MouseEventArgs) |
| Delta | Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel. (Inherited from System.Windows.Forms.MouseEventArgs) |
![]()
| ImageRectangle | (Read only) Gets the rectangle that represents the image rectangle of the cell or sub-cell. |
| Location | Gets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) |
![]()
| Rectangle | (Read only) Gets the rectangle that represents the painting area of the cell or sub-cell. |
![]()
| SubCellIndex | (Read only) Gets the value that indicates the index of the sub-cell that received the mouse event. |
| X | Gets the x-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) |
| Y | Gets the y-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) |