Hi guys, fyi I noticed when I change the property
this.FormElement.TitleBar.IconPrimitive.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
In the designer, it does as expected and looks great but when I run the app it has no efffect.. seems the designer does not persist the setting for whatever reason, although I was able to insert it into my form_load() code and it works great.
cheers
ewart
this.FormElement.TitleBar.IconPrimitive.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
In the designer, it does as expected and looks great but when I run the app it has no efffect.. seems the designer does not persist the setting for whatever reason, although I was able to insert it into my form_load() code and it works great.
cheers
ewart