Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Select Method / Select(Boolean,Boolean) Method
true to specify the direction of the control to select; otherwise, false
true to move forward in the tab order; false to move backward in the tab order


In This Topic
    Select(Boolean,Boolean) Method
    In This Topic
    Selects a control using the specified direction in the tab order from which to select the control.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub Select( _
       ByVal directed As Boolean, _
       ByVal forward As Boolean _
    ) 
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim directed As Boolean
    Dim forward As Boolean
     
    instance.Select(directed, forward)
    protected override void Select( 
       bool directed,
       bool forward
    )

    Parameters

    directed
    true to specify the direction of the control to select; otherwise, false
    forward
    true to move forward in the tab order; false to move backward in the tab order
    See Also