How to force a re-skin of a control?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #56863
    Support
    Keymaster

    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.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.