 
            | Solid Edge Framework Type Library : Mouse Object | 
|  AddToLocateFilter | Specifies what types of objects the Mouse can locate. | 
|  ClearLocateFilter | Clears the locate filter for the referenced Mouse object. | 
|  PointOnGraphic | Returns the actual point on the element returned from a locate operation. | 
|  DynamicsMode | Sets and returns the dynamics mode for the referenced object. | 
|  EnabledDrag | Sets and returns the enabling of drag events. | 
|  EnabledMove | Sets and returns the enabling of move events for the referenced object. | 
|  InterDocumentLocate | Specifies whether to locate keypoints or other objects in documents other than the active document. | 
|  LastDownEventButton | Returns the last down event button. | 
|  LastDownEventShift | Returns the last down event shift code. | 
|  LastDownEventWindow | Returns the last down event window. | 
|  LastDownEventX | Returns the last mouse down event x position. | 
|  LastDownEventY | Returns the last mouse down event y position. | 
|  LastDownEventZ | Returns the last mouse down event z position. | 
|  LastEventButton | Returns the last event button. | 
|  LastEventShift | Returns the last event shift code. | 
|  LastEventType | Returns the last event window's type. | 
|  LastEventWindow | Returns the last event window for the referenced object. | 
|  LastEventX | Returns the last mouse event x position. | 
|  LastEventY | Returns the last mouse event y position. | 
|  LastEventZ | Returns the last mouse event z position. | 
|  LastMoveEventButton | Returns the last move event button. | 
|  LastMoveEventShift | Returns the last move event shift code. | 
|  LastMoveEventWindow | Returns the last move event window. | 
|  LastMoveEventX | Returns the last mouse move event x position. | 
|  LastMoveEventY | Returns the last mouse move event y position. | 
|  LastMoveEventZ | Returns the last mouse move event z position. | 
|  LastUpEventButton | Returns the last up event button. | 
|  LastUpEventShift | Returns the last up event shift code. | 
|  LastUpEventWindow | Returns the last up event window. | 
|  LastUpEventX | Returns the last mouse up event x position. | 
|  LastUpEventY | Returns the last mouse up event y position. | 
|  LastUpEventZ | Returns the last mouse up event z position. | 
|  LocateMode | Sets and returns the locate mode for the referenced object. | 
|  PauseLocate | Sets and returns the paused locate value. | 
|  ScaleMode | Sets and returns the scale mode. | 
|  WindowTypes | Sets and returns the Window types. | 
|  MouseClick | This event occurs when the mouse is clicked. | 
|  MouseDblClick | This event occurs when a mouse button is pressed and released twice in quick succession in a window that belongs to the application. | 
|  MouseDown | This event occurs when the user presses a mouse button in a window belonging to the application. | 
|  MouseDrag | This event occurs when the user moves a mouse in a window that belongs to the application with a mouse button pressed. | 
|  MouseMove | This event occurs when the user moves a mouse in an window belonging to the application. | 
|  MouseUp | This event occurs when the user releases a mouse button in a window belonging to the application. |