I place a LinkLabel on a form, by default it has TabStop=true
. I change TabStop
to false
and close the form. Then open the form again - TabStop
is true
.
What happens and how do I disable TabStop
for LinkLabel?
You can set it to false in the code:
linkLabel1.TabStop = false;
I don't know why it doesn't respect the value set in the designer, it almost looks like it has a default value of True, but the designer thinks its default is false.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With