Page 1 of 1

Dialog box titles for built-in tools

Posted: Fri Feb 06, 2009 10:29 pm
by 9792387
Using TeeChart.NET 3

Is there a property (or method) to change the title of dialog boxes such as the TeeChart Editor or TeeChart Export to show my application name instead of TeeChart?

Jay

Posted: Mon Feb 09, 2009 8:55 am
by yeray
Hi Jay,

Yes, most controls have "Title" property:

Code: Select all

editor1.Title = "my applicattion";
saveFileDialog1.Title = "my application";