Onto a TeeChartBook, with the right mouse key I open a panel containing the following propositions:
New
Rename
Delete
Edit
View Tool bar
Note: Same behavious in your exemple source code "unit ChartBook;"
As long as I use this key for an other pupose, I would like to avoid to open such a menu witch is out of my scope.
How can I lock this TeeChartBook behaviour?
Thank you for your answers.
Best regards
TChartBook, mouse behaviour
Re: TChartBook, mouse behaviour
Hello,
To disable the default Popup Menu you can use the TChartBook PopupMenu.AutoPopup property:
To disable the default Popup Menu you can use the TChartBook PopupMenu.AutoPopup property:
Code: Select all
Book.PopupMenu.AutoPopup:=false;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |