AD
Administrator
Syncfusion Team
August 19, 2003 02:51 PM UTC
Hi Heinrich,
All these are handled via the Mouse_Down event handler, although there are no discrepencies as to where the click was made. However, you could add your own logic to determine which area the user clicked in. To determine the line and character clicked, the edit control has the following method which returns an EditLocation:
editControl1.GetLineChar(int X, int Y);
Please let me know if this is the information you are looking for.
Regards,
Guru Patwal.