- ctl
- The System.Windows.Forms.Control to start the search with.
- forward
- true to search forward in the tab order; false to search backward.
Visual Basic (Declaration) | |
---|---|
Public Function GetNextControl( _ ByVal ctl As Control, _ ByVal forward As Boolean _ ) As Control |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim ctl As Control Dim forward As Boolean Dim value As Control value = instance.GetNextControl(ctl, forward) |
Parameters
- ctl
- The System.Windows.Forms.Control to start the search with.
- forward
- true to search forward in the tab order; false to search backward.
Return Value
The next System.Windows.Forms.Control 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