| Visual Basic (Declaration) | |
|---|---|
Public Function GetNextControl( _ ByVal ctl As Control, _ ByVal forward As Boolean _ ) As Control | |
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.