Partager via


TVM_ENDEDITLABELNOW (Windows CE 5.0)

Send Feedback

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.

TVM_ENDEDITLABELNOWwParam= (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 Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TreeView_EndEditLabelNow | TVN_ENDLABELEDIT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.