ActiveReports 12
TabIndex Property (WebViewer)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : TabIndex Property
Gets or sets the tab index of the Web server control.
Syntax
'Declaration
 
Public Overridable Property TabIndex As Short
public virtual short TabIndex {get; set;}

Property Value

The tab index of the Web server control. The default is 0, which indicates that this property is not set.
Exceptions
ExceptionDescription
The specified tab index is not between -32768 and 32767.
See Also

Reference

WebViewer Class
WebViewer Members