TreeView_GetFirstVisibleTreeView_GetFirstVisible*
*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.

hwndTV
Handle to the tree view control.

See also TreeView_GetNextVisible, TreeView_GetPrevVisible, TreeView_GetLastVisible, TVM_GETITEMRECT


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.