Spread Windows Forms 6.0 Product Documentation
Select(Boolean,Boolean) Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class > Select Method : Select(Boolean,Boolean) Method


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

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Protected Overloads Overrides Sub Select( _
   ByVal directed As Boolean, _
   ByVal forward As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As SuperEditBase
Dim directed As Boolean
Dim forward As Boolean
 
instance.Select(directed, forward)
C# 
protected override void Select( 
   bool directed,
   bool forward
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.