Properties  Methods 

IReceiveMouseEvents Interface Members

The following tables list the members exposed by IReceiveMouseEvents.

Public Properties
 NameDescription
 Property Gets or sets whether the mouse target is enabled.  
 Property Gets or sets a Mouse Event Group, an ID used to share mouse events across multiple targets.  
Top
Public Methods
 NameDescription
 Method Returns a value indicating whether mouse events should be propagated to the mouse target.  
 MethodCalled when the MouseLeave event is fired for a Master of current MouseEventGroup.  
 Method Called when a Mouse DoubleClick occurs.  
 MethodCalled when the KeyDown event is fired for the Master of the current MouseEventGroup  
 MethodCalled when the KeyUp event is fired for the Master of the current MouseEventGroup  
 Method Called when a Mouse Button is pressed.  
 Method Called when the Mouse is moved.  
 Method Called when a Mouse Button is released.  
 Method Called when the Mouse Wheel is scrolled.  
 Method Sets a keyboard focus on a parent root element of the mouse target.  
Top
See Also