ActiveReports 12
TabStop Property (Designer)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : TabStop Property
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Syntax
'Declaration
 
Public Property TabStop As Boolean
public bool TabStop {get; set;}

Property Value

true if the user can give the focus to the control using the TAB key; otherwise, false. The default is true.This property will always return true for an instance of the System.Windows.Forms.Form class.
See Also

Reference

Designer Class
Designer Members