TBitBtn problem with 8.46

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

      Hello

      You should use such code:

      Code:
      uses sDefaults;

      procedure TForm1.FormCreate(Sender: TObject);
      begin
      SkinManager:=TsSkinManager.Create(Self);
      SkinManager.ThirdLists[ord(tpBitBtn)].Add('TBitBtn');
      SkinManager.SkinName:='Air';

      TBitBtn must be handled as BitBtn, not as simply Button.

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