Exclude from Skinning

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #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 1 post (of 1 total)
  • You must be logged in to reply to this topic.