Hi,
How can I give the style for the ordinary windows forms.My issue is i am using UltraDockManager and set WindowStyle property to office2007. But at run time if all the DockableControlPane's Auto hide property is set, then the background will be displayed as ordinary windows forms style. so how can i retain the look and feel of windows forms all the time.Regards,Ceaser
Hi Ceasar,
Yes... any dialog that you need to apply styling to inbox controls or dialogs themselves will need an InboxControlStyler on it. It's one for each dialog.
Thanks for the reply Mike.
If we want to set the child windows(Dialog box) style
We have to add the InboxControlStyler component on the child window?
Regards,
Ceaser
Hi Caesar,
You can include styling for inbox controls and forms in your isl files just as you would for any other control. There are component roles for all of the basic inbox controls and the form.
The only trick is that inbox controls don't natively support AppStyling, obviously. So you have to place an InboxControlStyler component on the form in order do this to work.