Prev Next
TreeView_EndEditLabelNow info Overview GroupThe TreeView_EndEditLabelNow macro ends the editing of a tree-view item’s label. You can use this macro or explicitly send the TVM_ENDEDITLABELNOW message. BOOL TreeView_EndEditLabelNow(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. RemarksThis macro causes the TVN_ENDLABELEDIT notification message to be sent to the parent window of the tree-view control. See Also |