ActiveReports 12
IsTabStop Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : IsTabStop Property
Gets or sets a value that indicates whether a control is included in tab navigation.
Syntax
'Declaration
 
Public Property IsTabStop As Boolean
public bool IsTabStop {get; set;}

Property Value

true if the control is included in tab navigation; otherwise, false. The default is true.
See Also

Reference

Viewer Class
Viewer Members