Page 1 of 1

Help Button on Chart Editor

Posted: Wed Feb 25, 2004 10:38 pm
by 6924636
Hello!

Is there a way to not show the help button on the chart editor page?

Thanks!
-cg

Posted: Thu Feb 26, 2004 9:29 am
by Pep
Hi Carol,

yes, you can do this :

Code: Select all

TeeEditor1.Options.Help = False
TeeEditor1.Chart = TChart1
TeeEditor1.ShowEditor