Spread Windows Forms 10.0 Product Documentation
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
Selects a control with 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 SuperEditBase
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SuperEditBase Class
SuperEditBase Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.