Share via


TVM_ENDEDITLABELNOW

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

TreeView_EndEditLabelNow
TVN_ENDLABELEDIT