[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.ChartSelectDataSource.ProcessTabKey

ProcessTabKey Method

ProcessTabKey(bool)

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 System.Windows.Forms.ContainerControl; otherwise, false.

Returns
Type Description
bool

true if a control is selected; otherwise, false.

Overrides