I have 2 GroupBoxes on my form, both contain Labels, LinkLabels, ComboBoxes and TextBoxes. I have set the tab order on everything so that tab changes the focus for each of the ComboBoxes and TextBoxes in the GroupBoxes in turn. Tab also gives control to the LinkLabels though and LinkLabels don't have a TabStop property so I can prevent this.
Can someone let me know how I can stop tab giving focus to my LinkLabels.
Thanks.
Start Free Trial