ActiveReports 12
IsMouseOver Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsMouseOver Property
Gets a value indicating whether the mouse pointer is located over this element (including child elements in the visual tree). This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseOver As Boolean
public bool IsMouseOver {get;}

Property Value

true if mouse pointer is over the element or its child elements; otherwise, false. The default is false.
See Also

Reference

Viewer Class
Viewer Members