Contents Index Topic Contents | ||
Previous Topic: TreeView_GetEditControl Next Topic: TreeView_GetImageList |
TreeView_GetFirstVisible
HTREEITEM TreeView_GetFirstVisible( HWND hwndTV );Retrieves the first visible item in a tree view control window. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_FIRSTVISIBLE flag.
- Returns the handle to the item if successful, or NULL otherwise.
- hwndTV
- Handle to the tree view control.
See also TreeView_GetNextVisible, TreeView_GetPrevVisible, TreeView_GetLastVisible, TVM_GETITEMRECT
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.