ActiveReports 13
Focusable Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Focusable Property
Gets or sets a value that indicates whether the element can receive focus. This is a dependency property.
Syntax
'Declaration
 
Public Property Focusable As Boolean
public bool Focusable {get; set;}

Property Value

true if the element is focusable; otherwise false. The default is false, but see Remarks.
See Also

Reference

Viewer Class
Viewer Members