Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
Documentation for this section has not yet been entered.
When the user presses the TAB key, the input focus is set to the next control in the tab order. Controls with the Control.TabStop property value of false are not included in the collection of controls in the tab order. The tab order can be manipulated by setting the control's Control.TabIndex property value.
The Panel.TabStop property has no effect on the System.Windows.Forms.Panel control as it is a container object.