Public Member Functions | |
| WindowBase | from () |
| The window object being deactivated. | |
| WindowBase | to () |
| The window being activated. | |
| WindowBase | receivedVia () |
| The window that received this message. | |
| HWND | fromHandle () |
| The handle of the window being deactivated. | |
| HWND | toHandle () |
| The handle of the window being activated. | |
| bool | mdi () |
| Whether this event is a switching bewteen MDI child windows. | |
| bool | activated () |
| Whether the window that received the message is the one being activated. | |
| bool | byMouse () |
| Whether this window was activated by a mouse click. | |
| int | param () |
| The second parameter (lParam) in the WM_ACTIVATE Windows message. | |
| WindowBase smjg.libs.sdwf.eventstr.ActivationEvent.from | ( | ) |
The window object being deactivated.
null if this is not an SDWF window within this application instance. | WindowBase smjg.libs.sdwf.eventstr.ActivationEvent.to | ( | ) |
The window being activated.
null if this is not an SDWF window within this application instance. | WindowBase smjg.libs.sdwf.eventstr.ActivationEvent.receivedVia | ( | ) |
The window that received this message.
| HWND smjg.libs.sdwf.eventstr.ActivationEvent.fromHandle | ( | ) |
The handle of the window being deactivated.
| HWND smjg.libs.sdwf.eventstr.ActivationEvent.toHandle | ( | ) |
The handle of the window being activated.
| bool smjg.libs.sdwf.eventstr.ActivationEvent.mdi | ( | ) |
Whether this event is a switching bewteen MDI child windows.
| bool smjg.libs.sdwf.eventstr.ActivationEvent.activated | ( | ) |
Whether the window that received the message is the one being activated.
| bool smjg.libs.sdwf.eventstr.ActivationEvent.byMouse | ( | ) |
| int smjg.libs.sdwf.eventstr.ActivationEvent.param | ( | ) |
The second parameter (lParam) in the WM_ACTIVATE Windows message.
The first parameter (wParam) is available as fromHandle or toHandle, so is not provided as a separate property.
1.5.4