| Visual Basic (Declaration) | |
|---|---|
Public Function SelectNextControl( _ ByVal ctl As Control, _ ByVal forward As Boolean, _ ByVal tabStopOnly As Boolean, _ ByVal nested As Boolean, _ ByVal wrap As Boolean _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool SelectNextControl( Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap ) | |
Parameters
- ctl
- forward
- tabStopOnly
- nested
- wrap