So there is an ugly outline of a selected tab's header text. How do I remove/hide it?
Asked
Active
Viewed 35 times
0
-
Custom Control with `protected override bool ShowFocusCues => false;` – Jimi Oct 29 '20 at 18:10
-
Is it possible to change the parameter in tabControl properties window? – Denec Oct 29 '20 at 18:20
-
No, `ShowFocusCues` is `protected internal` (belongs to the `Control` class). It's also not browsable. – Jimi Oct 29 '20 at 18:22