How to force a re-skin of a control? Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by Support. Viewing 1 post (of 1 total) Author Posts July 5, 2017 at 3:56 am #56863 SupportKeymaster Hello! If you need to add a support of standard or 2rd-party control, try to uses such code: Code: sSkinProvider1.Adapter.AddNewItem(Control: TControl; SkinSection: string); or Code: sSkinProvider1.Adapter.AddNewItem(Control: TControl); Do not forget, type of supported control should be added in the TsSkinManager.ThirdParty list. Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting