MouseEvent Object Members
Visio Automation Reference |
The object passed to VisEventProc as the subject of MouseDown, MouseMove, and MouseUp events.
Properties
Name | Description | |
---|---|---|
Application | Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. | |
Button | Returns the mouse button that was clicked to fire a MouseDown or MouseUp event. Read-only. | |
DragState | Returns information about the state of mouse movement as it relates to dragging and dropping a shape. Read-only. | |
KeyButtonState | Returns the state of mouse buttons and the SHIFT and CTRL keys associated with a mouse event. Read-only. | |
ObjectType | Returns an object's type. Read-only. | |
Stat | Returns status information. Read-only. | |
ToString | Returns a string that represents the properties of a KeyboardEvent or MouseEvent object. Read-only. | |
Window | Returns the window associated with a MouseEvent object. Read-only. | |
x | Returns the x-coordinate of the location in the Microsoft Office Visio window where a MouseDown, MouseMove, or MouseUp event fired. Read-only. | |
y | Returns the y-coordinate of the location in the Microsoft Office Visio window where a MouseDown, MouseMove, or MouseUp event fired. Read-only. |