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
Nevermind, i found how can i use this :D
Thank you very much for you help!
Regards.
Oh yeah, you're right, then how can i use the appstylist... i never used this before lol... i always use template from your sample projects :D
Okay... my guess is that the isl file doesn't have any styling information for the inbox controls, then. Open up the isl file in AppStylist and take a look at the Inbox tab and see if the controls look any different. You could also look at the inbox controls under the component roles in the tree and see if any of them have any appearances applied.
i applied the theme "Noir moderne" from your templates and all infragistics get the good "colors"
now just add a standard textbox in a user control, i add the InboxControlStyler to the user control but the textbox is still ugly lol... :D
just asking if i have to do something else?
Thank you,
Kind Regards.
I'm not sure what you mean. There is no code. You just place the component on the form.