Color for selected item

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59087
    Support
    Keymaster

      Hello

      You can receive some colors from the TsSkinManager.Palette array:

      Code:
      sSkinManager1.Palette[pcSelectionBG];
      sSkinManager1.Palette[pcSelectionText];
      sSkinManager1.Palette[pcSelectionBG_Focused];
      sSkinManager1.Palette[pcSelectionText_Focused];
      #59091
      P. Forest
      Participant

        Thanks, that's what I was looking for.

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