ActiveReports 12
ForceCursor Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : ForceCursor Property
Gets or sets a value that indicates whether this System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the System.Windows.FrameworkElement.Cursor property.
Syntax
'Declaration
 
Public Property ForceCursor As Boolean
public bool ForceCursor {get; set;}

Property Value

true if cursor presentation while over this element is forced to use current System.Windows.FrameworkElement.Cursor settings for the cursor (including on all child elements); otherwise false. The default value is false.
See Also

Reference

Viewer Class
Viewer Members