Exclude from Skinning

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35598
    Wolfgang
    Participant

    I need to have some Panels in designed colors.

    VclSkin allows exclusions by setting Tag to 99.

    #49979
    Support
    Keymaster

    Hello!

    You will have an expected behavior if Tag is -98.

    Also, a special event may be used for configuring of controls skinning : “TsSkinProvider.OnSkinItem”

    Declaration

    TAddItemEvent = Procedure(Item: TComponent; var CanBeAdded: boolean; var SkinSection: string) of object;

    Description

    Use this event if you want to change properties of controls skinning or if required to disable it. For example, if you don't want have support of all standard or 3rd-party components then you can just write “CanBeAdded := False” in this event.

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