ActiveReports 12
GetNextControl Method (SharpGraph)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph 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

SharpGraph Class
SharpGraph Members