TVM_GETEDITCONTROL

This message retrieves the handle of the edit control being used to edit a tree view item’s text. You can send this message explicitly or by using the TreeView_GetEditControl macro.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related macro: TreeView_GetEditControl

Syntax

  1. TVM_GETEDITCONTROL wParam = 0; lParam = 0;

Return Values

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