This message ends the editing of a tree view item’s label. You can send this message explicitly or by using the TreeView_EndEditLabelNow macro.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related macro: | TreeView_EndEditLabelNow |
Syntax
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.
See Also