public static class CBTEvent.SetFocus extends CBTEvent
SETFOCUS hook event.CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand| Constructor and Description |
|---|
SetFocus(java.lang.Object source,
com.jniwrapper.Bool allow,
Wnd windowGainingFocus,
Wnd windowLosingFocus) |
| Modifier and Type | Method and Description |
|---|---|
Wnd |
getWindowGainingFocus()
Specifies the handle to the window gaining the keyboard focus.
|
Wnd |
getWindowLosingFocus()
Specifies the handle to the window losing the keyboard focus.
|