Platform | Win32, x64 |
Purpose |
To name a call-back function that monitors which control has the focus. |
Syntax |
SUBROUTINE ADD_FOCUS_MONITOR@( CB_FUNC ) |
Description |
See ADD_CURSOR_MONITOR@. Focus call-back functions use the CLEARWIN_INFO@ parameter 'FOCUSSED_WINDOW'. |
Notes |
The CLEARWIN_INFO@ parameter used here is not the same as 'FOCUS_WINDOW' which returns the handle of the WINIO@ window which has focus rather than the control within the window that has the focus. |
See also |