Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
How can I give the style for the ordinary windows forms.
posted

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

Parents
  • 469350
    Suggested Answer
    Offline posted

    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.

Reply Children