VB3 Making ENTER Key Move Focus Like TAB Key for VB Controls (85562)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 2.0
- Microsoft Visual Basic Standard Edition for Windows 3.0
- Microsoft Visual Basic Professional Edition for Windows 2.0
- Microsoft Visual Basic Professional Edition for Windows 3.0
- Microsoft Visual Basic Standard Edition for Windows 1.0
This article was previously published under Q85562 SUMMARY
You can cause the ENTER key to move the focus to the control with the
next higher TabIndex property value, as the TAB key does.
However, using the Enter key to move the focus does not follow recommended
Windows-based application design guidelines. The Enter key should be used
to process the default command or to process entered information, not to
move the focus.
| Modification Type: | Major | Last Reviewed: | 12/12/2003 |
|---|
| Keywords: | kbcode KB85562 |
|---|
|