cannot add TPopupMenu to TTMSFNCCheckedListBox

It seems the TMSFNCCheckedListBox1.PopupMenu doesn't work if a TPopupMenu is assigned? the right click will not show the menu.

Plus, it appears the OnMouseDown, OnMouseUp, OnMouseEnter, OnMouseLeave events are not exposed either?

is there a work around to allow a TPopupMenu to appear when a user right-clicks a TTMSFNCCheckedListBox component?

I also tried using a TTMSFNCListBox component, but the same thing happens, cannot assign a TPopupMenu.

I am probably doing something dumb lol, any help would be appreciated

Dave

Hi,

TTMSFNCCheckedListBox is a wrapper around the treeview. So you can assign TMSFNCCheckedListBox1.TreeView.PopupMenu. The same applies to the events. We'll investigate if we can root them through.

that's wonderful! ... thats exactly what I was looking for, thought it was something like that. thanks!!

cheers