I use TBCButtonFocus for that.And I change border style in Screen.OnActiveControlChange event, when it receives focus, something like that:Code: Pascal [Select][+][-](ActiveControl as TBCButtonFocus).StateNormal.Border.Style:=bboSolid;
Quote from: dseligo on March 07, 2022, 10:45:40 amI use TBCButtonFocus for that.And I change border style in Screen.OnActiveControlChange event, when it receives focus, something like that:Code: Pascal [Select][+][-](ActiveControl as TBCButtonFocus).StateNormal.Border.Style:=bboSolid;Thanks for the reply. I wonder why the author put TabStop in TBCButtonFocus but not in TBCButton That's going to be pain to change my TBCButton's to TBCButtonFocus as I get an error when using Change Class