[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.ChartSelectDataSource.ProcessTabKey

ProcessTabKey Method

ProcessTabKey(bool)

Selects the next available control and makes it the active control.

Declaration
protected override bool ProcessTabKey(bool forward)
Protected Overrides Function ProcessTabKey(forward As Boolean) As Boolean
Parameters
Type Name Description
bool forward

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

Returns
Type Description
bool

true if a control is selected; otherwise, false.

Overrides