This may be a simple question and it may be a complex question. I am not sure.
Lets assume I have a windows form app that has three different areas: Area 1, Area 2. If there a way to tell the program when I am assigning tabbing order that I want a separate tabbing order for each area and I do not want them to overlap. What I mean is I want a separate order for Area 1 and Area 2. When I reach the end of the tabbing order in Area 1 I want it to roll to the top of the order in Area 1, not move to Area 2.
Is there a way to do this? Thanks.