Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / ProcessTabKey Method
true to cycle forward through the controls in the System.Windows.Forms.ContainerControl; otherwise, false.


In This Topic
ProcessTabKey Method (ChartSelectDataSource)
In This Topic
Syntax
'Declaration
 
Protected Overrides Function ProcessTabKey( _
   ByVal forward As Boolean _
) As Boolean
 
'Usage
 
Dim instance As ChartSelectDataSource
Dim forward As Boolean
Dim value As Boolean
 
value = instance.ProcessTabKey(forward)

Parameters

forward
true to cycle forward through the controls in the System.Windows.Forms.ContainerControl; otherwise, false.

Return Value

true if a control is selected; otherwise, false.
See Also