ActiveReports 13
TabIndex Property (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TabIndex Property
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key.
Syntax
'Declaration
 
Public Property TabIndex As Integer
public int TabIndex {get; set;}

Property Value

A value that determines the order of logical navigation for a device. The default value is System.Int32.MaxValue.
See Also

Reference

Viewer Class
Viewer Members