Hello,
My C1 Toolbar contains several controls/objects like textboxes, listboxes, labels, buttons, etc.
When I run the program and then successively pressed the Tab in the keyboard, the
label controls are included among the controls in the toolbar that can be highlighted/focused.
Is there a way to eliminate the label controls from being highlighted in the toolbar?
I have set the HotFrame property to none and the label stopped being highlighted BUT it is still
included in the tab order.
I've even used this code in the Formload event but it did not work.
Me.lblTest.IsAccessible = False
BTW, I'm using VB.NET 2005 and C1.Win.C1Command.C1CommandLink
Thanks,
k