martin kaldma
Hi all!
I've a custom control as a list that I've created myself. Now I want to assign a ContextMenu to this control but the problem is that I am using the OnMouseDown event to handle clicks on the list items and perform some methods based on which item being clicked (calculated by the mouse coordinates). Now as I said I want to show a ContextMenu using the same method, or should I do it that way My question is: how do I assign a ContextMenu to my control in my case
Thanks,
Martin