ActiveReports 12
TabIndex Property (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary Class : TabIndex Property
Gets or sets the tab order of the control within its container.
Syntax
'Declaration
 
Public Property TabIndex As Integer
public int TabIndex {get; set;}

Property Value

The index value of the control within the set of controls within its container. The controls in the container are included in the tab order.
See Also

Reference

ReportsLibrary Class
ReportsLibrary Members