- forward
true to cycle forward through the controls in the System.Windows.Forms.ContainerControl; otherwise, false.
![]()
true if a control is selected; otherwise, false.
SplitContainer.ProcessTabKey(bool) controls the tab focus order in the following manner:
From the first control outside the System.Windows.Forms.SplitContainer to the first control on SplitContainer.Panel1.
All controls on SplitContainer.Panel1.
The splitter (so that the user can use the arrow keys to move the splitter).
All controls on SplitContainer.Panel2.
The second control outside the System.Windows.Forms.SplitContainer that is next in the tab order.