TreeView_GetEditControl  2PKL2DE 

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_GETEDITCONTROL1MR0K70 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