BBjWindow::isEnterAsTab
Description
In BBj 11.00 and higher, this method returns whether the ENTER key navigates between controls like the TAB key.
Syntax
Return Value |
Method |
boolean |
isEnterAsTab() |
Parameters
None.
Return Value
Returns whether the ENTER key navigates between controls like the TAB key (0 = only the TAB key navigates between controls; 1 = both the TAB and the ENTER key navigate between controls).
Remarks
This is BBjWindow method; do not confuse it with BBjGrid::isEnterAsTab.
Example
|
See Also
Window Navigation - SENDMSG() Function 1
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.