I have applied an existing style library to my application (picture below) using AppStylist and this has worked with the ribbon control (ie black and silver style not windows default blue).
However it has had no effect on my mdi form or its controls. Can anyone tell me the quickest way to apply the style library to all my forms?
Hi,
Application Style Libraries apply to the entire application. If the controls on your form are not affected, then either:
Thanks for the answer,
So if I want to apply styles to standard controls i can add an InboxControlStyler (or buttoncontrolstyler etc) to my form
Yes. The Infragistics controls all have built-in support for AppStyling. But, of course, the inbox controls do not. So in order to use AppStyling with inbox controls, you have to place an InboxControlStyler component on the form.
And, of course, use an isl file that has styling information for the inbox controls.