TreeView_GetEditControl

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

HWND TreeView_GetEditControl(

hwnd  
);  

Parameters

hwnd

Handle to the tree-view control.

Return Values

Returns the handle to the edit control if successful or NULL otherwise.

See Also

TVM_GETEDITCONTROL