Suppose I have a SSTab control with 2 tabs. In each tab there is a textbox. Can these tboxes have the same value of the TabIndex property? In other words, is the TabIndex property independent from the SSTab tab number?
Printable View
Suppose I have a SSTab control with 2 tabs. In each tab there is a textbox. Can these tboxes have the same value of the TabIndex property? In other words, is the TabIndex property independent from the SSTab tab number?
OK, I ran a quick test on a new project and found the answer is no so, the tabindex property holds over all the various tabs.