BBjInputT::setPassEnter
Description
In BBj 24.00 and higher, this method sets whether the BBjInputT control is to pass the ENTER key notification to the top-level window.
Syntax
Return Value | Method |
---|---|
void | setPassEnter(boolean pass) |
Parameters
Parameter | Description |
---|---|
pass | Specifies whether to pass the ENTER key to the top-level window. |
Return Value
None.
Remarks
By default, the ENTER key is reported as BBjInputKeypressEvent on the BBjInputT.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.