[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.GeneralEditor.Select

Select Method

Select(bool, bool)

Selects a control using the specified direction in the tab order from which to select the control.

Declaration
protected override void Select(bool directed, bool forward)
Protected Overrides Sub [Select](directed As Boolean, forward As Boolean)
Parameters
Type Name Description
bool directed

true to specify the direction of the control to select; otherwise, false

bool forward

true to move forward in the tab order; false to move backward in the tab order

Overrides