Expand Minimize
This topic has not yet been rated - Rate this topic

CTreeCtrl::GetItemStateEx

Retrieves the extended state of the specified item in the current tree-view control.

UINT GetItemStateEx(
     HTREEITEM hItem
) const;

Parameter

Description

[in] hItem

Handle to a tree-view control item.

The extended state of the item. For more information, see the uStateEx member of the TVITEMEX structure.

This method sends the TVM_GETITEM message, which is described in the Windows SDK. That message returns the TVITEMEX structure that describes the tree-view control item, and this method retrieves the uStateEx member from that structure.

Header: afxcmn.h

This method is supported in Windows Vista and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.