FocusAtBottom Event (Headline Control)
Windows - Visual C++
Description:
The FocusAtBottom event is fired
when the last item in the list either gets the focus or loses the focus.
DispId 0x03
Syntax
void OnFocusAtBottom(BOOL atBottom);
The FocusAtBottom syntax has these parts:
Part |
Description |
atBottom |
A Boolean containing TRUE if the last item has gained the focus and FALSE if the last item has lost the focus. |
See Also: FocusAtTop MoveFocus MoveFocusToBottom MoveFocusToTop
Back to: Headline Events