ActiveReports 13
FocusVisualStyle Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : FocusVisualStyle Property
Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
Syntax
'Declaration
 
Public Property FocusVisualStyle As Style
public Style FocusVisualStyle {get; set;}

Property Value

The desired style to apply on focus. The default value as declared in the dependency property is an empty static System.Windows.Style. However, the effective value at run time is often (but not always) a style as supplied by theme support for controls.
See Also

Reference

Viewer Class
Viewer Members