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