Hi there i want to disable the dots around the controls when user selected it (for example in a tab control ) but I can't. I tried to set false all fields in controls properties but nothing happened.
Asked
Active
Viewed 88 times
0
-
1Programmers call those "the focus rectangle" – Ňɏssa Pøngjǣrdenlarp Mar 27 '18 at 17:07
-
Try using `outline: none` – ikaikastine Mar 27 '18 at 17:11
-
as @Plutonix said that is one of the term your are looking for. You should easily find alot of solutions that is using an override of the `OnPaint` method of the control. – Franck Mar 27 '18 at 17:13
-
@ikaikastine this is winforms – Daniel A. White Mar 27 '18 at 17:13
-
https://stackoverflow.com/questions/1700534/c-sharp-winform-remove-or-customize-the-focus-rectangle-for-buttons – Daniel A. White Mar 27 '18 at 17:14