user3883198
user3883198

Reputation:

How to cancel editing item in CListCtrl

Using ClistCtrl::EditLabel, edit window is created.

When pressing Enter or Esc key the editing is getting cancelled.

How to cancel editing item in CListCtrl using code without sending VM_RETURN or VM_ESCAPE key message?

Upvotes: 0

Views: 236

Answers (1)

Jonathan Potter
Jonathan Potter

Reputation: 37202

Use CListCtrl::CancelEditLabel().

Upvotes: 2

Related Questions