How to do to affect the Alpha Controls on new components

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37496
    Reza
    Participant

    I use TsSkinManager and TsSkinProvider in a form.

    The standard button is affected, but a component derived TButton class isn't affected(Suppose the name of the derived class is TRButton).

    Why?

    How to do to the TRButton component is affected?

    #56738
    Stephane Senecal
    Participant

    Add TRButton to the TsSkinManager.ThirdParty property

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #56763
    Support
    Keymaster

    'TRButton' (casesensitive) should be added in sSkinManager1.ThirdParty list as 'Button'

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.