I have custom control that inherits from Label and has ControlStyle.Selectable set to true.
The control receives focus when the user clicks on it, but won't if the user tabs from another control.
Even when I have a form filled by only that type of controls none of them recieve focus by tabbing.
How can I make my Label receive focus by tabbing?