TreeView_GetEditControl

This macro retrieves the handle to the edit control being used to edit a tree-view item’s text. You can use this macro or send the TVM_GETEDITCONTROL message explicitly.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related message: TVM_GETEDITCONTROL

Syntax

HWND TreeView_GetEditControl( hwnd );

Parameters

hwndTV

Handle to the tree view control.

Return Values

The handle to the edit control indicates success. NULL indicates failure.