Contents Index Topic Contents | ||
Previous Topic: TVM_EDITLABEL Next Topic: TVM_ENSUREVISIBLE |
TVM_ENDEDITLABELNOW
TVM_ENDEDITLABELNOW wParam = (WPARAM) (BOOL) fCancel; lParam = 0;Ends the editing of a tree view item's label. You can send this message explicitly or by using the TreeView_EndEditLabelNow macro.
- Returns TRUE if successful, or FALSE otherwise.
- fCancel
- Variable that indicates whether the editing is canceled without being saved to the label. If this parameter is TRUE, the system cancels editing without saving the changes. Otherwise, the system saves the changes to the label.
This message causes the TVN_ENDLABELEDIT notification message to be sent to the parent window of the tree view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.