Spread Windows Forms 12.0 Product Documentation
Select Method (ISelectSupport)


FarPoint.Win Assembly > FarPoint.Win Namespace > ISelectSupport Interface : Select Method
Whether directed selection
Whether forward selection
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

Reference

ISelectSupport Interface
ISelectSupport Members