ActiveReports 13
GetNextControl Method (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : GetNextControl Method
The System.Windows.Forms.Control to start the search with.
true to search forward in the tab order; false to search backward.
Retrieves the next control forward or back in the tab order of child controls.
Syntax
'Declaration
 
Public Function GetNextControl( _
   ByVal ctl As Control, _
   ByVal forward As Boolean _
) As Control
public Control GetNextControl( 
   Control ctl,
   bool forward
)

Parameters

ctl
The System.Windows.Forms.Control to start the search with.
forward
true to search forward in the tab order; false to search backward.

Return Value

The next System.Windows.Forms.Control in the tab order.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members