ActiveReports 12
IsMouseCaptured Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsMouseCaptured Property
Gets a value indicating whether the mouse is captured to this element. This is a dependency property.
Syntax
'Declaration
 
Public ReadOnly Property IsMouseCaptured As Boolean
public bool IsMouseCaptured {get;}

Property Value

true if the element has mouse capture; otherwise, false. The default is false.
See Also

Reference

Viewer Class
Viewer Members