Hi eisernWolf
Here is a sample in which MyEditControl is a derived Edit control. The OnContextToolTipPopup is overriden in this derived control. If you move your mouse over
using System.Windows.Forms , the overriden ContextToolTipPopup event is raised and a MessageBox is displayed.
Regards
Arun