Prev Next
TreeView_GetEditControl info Overview GroupThe 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(
Parameters
Return ValuesReturns the handle to the edit control if successful or NULL otherwise. See Also |