Disable to Delete series from Keyboard

TeeChart for ActiveX, COM and ASP
Post Reply
Faizullah Khan
Newbie
Newbie
Posts: 50
Joined: Wed Apr 26, 2006 12:00 am

Disable to Delete series from Keyboard

Post by Faizullah Khan » Fri Nov 24, 2006 12:06 pm

Hi

I disable the Delete button using the code

Code: Select all

TeeEditor1.Options.Delete = False
But slecting series and then clicking "Delete" button on the key board, I am able to Delete the series.
How we disable this option.

Thanks & Regards

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Nov 27, 2006 3:40 pm

Hi,

yes, this feature still not available in the existing version, however we've added the following new properties in the TeeEditor component
AskDelete
AllowDeleteSeries
AllowInsertSeries
which will be available for the next TeeChart Pro v8.

Post Reply