ActiveReports 13
IsMouseDirectlyOver Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsMouseDirectlyOver Property
Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseDirectlyOver As Boolean
public bool IsMouseDirectlyOver {get;}

Property Value

true if the mouse pointer is over the same element result as a hit test; otherwise, false. The default is false.
See Also

Reference

Viewer Class
Viewer Members