Selects a control with the specified direction in the tab order from which to select the control.
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As SuperEditBase
Dim directed As Boolean
Dim forward As Boolean
 
instance.Select(directed, 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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also