Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ISelectSupport Interface / Select Method
Whether directed selection
Whether forward selection


In This Topic
    Select Method (ISelectSupport)
    In This Topic
    Selects.
    Syntax
    'Declaration
     
    
    Sub Select( _
       ByVal directed As Boolean, _
       ByVal forward As Boolean _
    ) 
    'Usage
     
    
    Dim instance As ISelectSupport
    Dim directed As Boolean
    Dim forward As Boolean
     
    instance.Select(directed, forward)
    void Select( 
       bool directed,
       bool forward
    )

    Parameters

    directed
    Whether directed selection
    forward
    Whether forward selection
    See Also