TreeView_GetLastVisible macro (commctrl.h)

Retrieves the last expanded item in a tree-view control. This does not retrieve the last item visible in the tree-view window. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_LASTVISIBLE flag.

Syntax

void TreeView_GetLastVisible(
   hwnd
);

Parameters

hwnd

Type: HWND

Handle to the tree-view control.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h

See also

Reference

TVM_GETITEMRECT

TreeView_GetFirstVisible

TreeView_GetNextVisible

TreeView_GetPrevVisible