CGXControl::ChildWithFocus
virtual CGXChild* ChildWithFocus();?
Return Value
Returns a pointer to the focused CGXChild.
Please do not misinterpret the term ‘focus.’ CGXChild objects are not derived from CWnd and thus cannot receive keyboard input. In the context of CGXChild, the term ‘focus’ means that CGXControl will send subsequent mouse messages (MouseMove, LButtonUp, ...) and KeyPressed calls to this CGXChild.
See Also
CGXControl::FocusOnChild CGXChild