- 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.
Visual Basic (Declaration) | |
---|---|
Overloads Protected Overridable Sub Select( _ ByVal directed As Boolean, _ ByVal forward As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim directed As Boolean Dim forward As Boolean instance.Select(directed, 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7