Editing Annotation

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Editing Annotation

Post by asupriya » Fri Aug 13, 2010 3:56 am

Is there a way to get out of annotation mode other than pressing F2 button. Its easy to get into editing mode on an annotation tool by simply double clicking on it, but it takes a F2 button to get out of the edit mode. Is there a way I can have event such as LostFocus or something similar to trigger edit completion?

Please help.

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Editing Annotation

Post by Yeray » Fri Aug 13, 2010 3:28 pm

Hi asupriya,

Also the "Esc" key and the "Up"and "Down" arrow keys end the Annotation tool edition.
Anyway, you could add an event, for example OnMouseClick and call the annotation's EndEdit() method on it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply