Share via


TVM_ENDEDITLABELNOW (Compact 2013)

3/28/2014

This message ends the editing of a label for a tree view item. You can send this message explicitly or by using the TreeView_EndEditLabelNow macro.

Syntax

TVM_ENDEDITLABELNOW wParam = (WPARAM)(BOOL) fCancel; 
    lParam = 0;

Parameters

  • fCancel
    Boolean value that indicates whether the editing is canceled without being saved to the label. If set to TRUE, the system cancels editing without saving the changes. If set to FALSE, the system saves the changes to the label.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

commctrl.h

See Also

Reference

Tree View Controls Messages
TreeView_EndEditLabelNow
TVN_ENDLABELEDIT