ActiveReports 12
IsMouseCaptureWithin Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsMouseCaptureWithin Property
Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseCaptureWithin As Boolean
public bool IsMouseCaptureWithin {get;}

Property Value

true if this element or a contained element has mouse capture; otherwise, false.
See Also

Reference

Viewer Class
Viewer Members