BBjGainedFocusEvent::isTemporary
Description
In BBj 12.0 and higher, this method returns a boolean value indicating whether a focus change is permanent or temporary.
Syntax
Return Value |
Method |
boolean |
isTemporary() |
Parameters
None.
Return Value
Returns whether a focus change is permanent or temporary.
Remarks
A control can lose focus temporarily when the user minimizes the window or clicks into another window. The temporary state indicates that the control is likely to automatically regain focus when the current action has been completed (e.g. when a minimized window is restored or when the window containing the control is reactivated).
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.