BBjActivateEvent::getActivationType
Description
In BBj 14.00 and higher, this method returns the activation type code.
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getActivationType() |
Parameters
None.
Return Value
Returns the activation type as described in the flag values of Activation Event:
| Flag value | Description |
|---|---|
| 1 | Application activated |
| 3 | Window activated by mouse click |
| 4 | Window activated by other than mouse click |
| 5 | Window is being minimized |
| 6 | Window is being restored |
| 7 | Window is being undocked (WebUI client only). |
| 8 | Window is being docked (WebUI client only). |
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.