I am trying to understand a notification in the form of a list of LBN_SELCANCEL. MSDN says: "Notifies the application that the user has unselected the list." Ok, but how exactly did the user "cancel the notification"? I have LBS_NOTIFY set, and I tried to select another item by clicking outside the list, clicking another window, and not one of them calls LBN_SELCANCEL.
Does anyone know what specifically triggers this notification?
source
share