Dialog box titles for built-in tools

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JayG
Newbie
Newbie
Posts: 71
Joined: Mon Sep 04, 2006 12:00 am

Dialog box titles for built-in tools

Post by JayG » Fri Feb 06, 2009 10:29 pm

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

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Mon Feb 09, 2009 8:55 am

Hi Jay,

Yes, most controls have "Title" property:

Code: Select all

editor1.Title = "my applicattion";
saveFileDialog1.Title = "my application";
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply