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
720
Implement appstyle to standard controls
posted

Hi,

 

i use 90% controls of infragistics 10.2 in my application but some controls are .NET standard controls

but appstyle theme is applied on infragistics controls and not on standard control (that's normal...)

so my question is :

 

do i have to implements an interface to apply the appstyle in the standard control?

 

or it is not possible?

 

Thank you

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    AppStylist has support for most of the common inbox controls. If you open up your isl file in AppStylist, you can look at the ComponentRoles and see the listing of Inbox Controls and any settings that are applied to them.

    But, since the Inbox controls don't know anything about AppStylist, in order for this to work, you have to place an InboxControlStyler component on each form or usercontrol in your application that contains any of the inbox controls you want styled.

Children