Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
Inherits System.Windows.Forms.UserControl
I have control as above is there a way to change to Nevron Usercontrol. So all skins and themes are available?
Thanks,
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JSW W., If you plan to put only Nevron UI controls in this user control you should be able to apply skin or palettes on them. On other hand if you plan to make any custom drawing in it, you need to implement INSkinableControl and INRendererProvider interfaces in order to be able to apply skins and to set palettes. Regards, Angel.
|