ActiveReports 13
TabStop Property (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel 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 false.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members