Поделиться через


CTreeCtrl::EndEditLabelNow

Concludes the edit operation on the label of a tree-view item in the current tree-view control.

BOOL EndEditLabelNow(
     BOOL fCancelWithoutSave
);

Параметры

Parameter

Description

[in] fCancelWithoutSave

true to discard changes to the tree-view item before concluding the edit operation, or false to save changes to the tree-view item before concluding the operation.

Возвращаемое значение

true if this method is successful; otherwise, false.

Заметки

This method sends the TVM_ENDEDITLABELNOW message, which is described in the Windows SDK.

Требования

Header: afxcmn.h

This method is supported in Windows NT 3.51 and later.

См. также

Основные понятия

CTreeCtrl Class

CTreeCtrl Members

Hierarchy Chart

TVM_ENDEDITLABELNOW

CTreeCtrl::EditLabel