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
Dialog box titles for built-in tools
Hi Jay,
Yes, most controls have "Title" property:
Yes, most controls have "Title" property:
Code: Select all
editor1.Title = "my applicattion";
saveFileDialog1.Title = "my application";
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |