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
Can i have a little sample code?
with a table layout panel or listbox something like that?
Thank you?
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.